Keep the man3 directory. 'make docs' breaks without it.
This commit is contained in:
parent
f32778aa93
commit
9541b47b52
2 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -96,9 +96,10 @@ clean:
|
||||||
@echo "Cleaning up editor backup files"
|
@echo "Cleaning up editor backup files"
|
||||||
find . -type f \( -name "*~" -or -name "#*" \) -delete
|
find . -type f \( -name "*~" -or -name "#*" \) -delete
|
||||||
find . -type f \( -name "*.swp" \) -delete
|
find . -type f \( -name "*.swp" \) -delete
|
||||||
@echo "Cleaning up asciidoc to man transformations and results"
|
@echo "Cleaning up manpage stuff"
|
||||||
find ./docs/man -type f -name "*.xml" -delete
|
find ./docs/man -type f -name "*.xml" -delete
|
||||||
find ./docs/man -type f -name "*.asciidoc" -delete
|
find ./docs/man -type f -name "*.asciidoc" -delete
|
||||||
|
find ./docs/man/man3 -type f -name "*.3" -delete
|
||||||
@echo "Cleaning up output from test runs"
|
@echo "Cleaning up output from test runs"
|
||||||
rm -rf test/test_data
|
rm -rf test/test_data
|
||||||
@echo "Cleaning up RPM building stuff"
|
@echo "Cleaning up RPM building stuff"
|
||||||
|
|
0
docs/man/man3/.gitdir
Normal file
0
docs/man/man3/.gitdir
Normal file
Loading…
Reference in a new issue