diff --git a/ChangeLog b/ChangeLog index 1d047ca88..ce02a5fd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-02-03 Badlop + * doc/Makefile: When cleaning, remove contributed_modules.tex + * src/Makefile.in: Fix arguments to Install program 2009-02-02 Badlop 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