diff options
author | Badlop <badlop@process-one.net> | 2009-02-03 10:47:38 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-02-03 10:47:38 +0000 |
commit | 2f45d7ecc1e1e7e43830b9236ccf81dffaa7983b (patch) | |
tree | 557243265232112d6650a51dbfeddb0987f3fc0e | |
parent | * src/Makefile.in: Fix arguments to Install program (diff) |
* doc/Makefile: When cleaning, remove contributed_modules.tex
SVN Revision: 1861
-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 |