host file must be marked config(noreplace), update rpm build to use checked in manpage src

This commit is contained in:
Michael DeHaan 2012-03-31 11:08:42 -04:00
commit f1c8fc63cb
4 changed files with 205 additions and 2 deletions

View file

@ -44,7 +44,7 @@ clean:
find . -type f \( -name "*~" -or -name "#*" \) -delete
find . -type f \( -name "*.swp" \) -delete
@echo "Cleaning up asciidoc to man transformations and results"
find ./docs/man -type f \( -name "*.xml" -or -regex ".*\.[0-9]$$" \) -delete
find ./docs/man -type f -name "*.xml" -delete
@echo "Cleaning up output from test runs"
-rm -rf test/test_data
@echo "Cleaning up RPM building stuff"