diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2009-02-03 Badlop <badlop@process-one.net> + * doc/Makefile: When cleaning, remove contributed_modules.tex + * src/Makefile.in: Fix arguments to Install program 2009-02-02 Badlop <badlop@process-one.net> diff --git a/doc/Makefile b/doc/Makefile index 2fda395a0..871dd431d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -41,6 +41,7 @@ clean: rm -f *.out rm -f *.pdf rm -f *.toc + rm contributed_modules.tex guide.html: guide.tex hevea -fix -pedantic guide.tex |