diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 9346b7d..1333693 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -36,5 +36,5 @@ prog.sgml: userdocs: bird.html bird.dvi bird.txt clean: - rm -f *.html *.tex *.dvi *.log *.ps *.txt + rm -f *.html *.tex *.dvi *.log *.ps *.txt *.aux *.toc rm -f prog.sgml |