* doc/tutorial/Makefile.am (CLEANFILES): Remove *~.
Add tutorial.idx.
* doc/ref_guide/Makefile.am (CLEANFILES): Remove *~.
Add ref_guide.idx.
* doc/white_paper/Makefile.am (CLEANFILES): Remove
white_paper_html and figures, and use...
(clean-local): ...this (new) rule to clean them instead.
---
milena/ChangeLog | 12 ++++++++++++
milena/doc/ref_guide/Makefile.am | 3 ++-
milena/doc/tutorial/Makefile.am | 3 ++-
milena/doc/white_paper/Makefile.am | 7 ++++---
4 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 577dbac..ea87bbd 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,17 @@
2009-06-26 Roland Levillain <roland(a)lrde.epita.fr>
+ Correct the list of cleaned files in doc/'s subdirectories.
+
+ * doc/tutorial/Makefile.am (CLEANFILES): Remove *~.
+ Add tutorial.idx.
+ * doc/ref_guide/Makefile.am (CLEANFILES): Remove *~.
+ Add ref_guide.idx.
+ * doc/white_paper/Makefile.am (CLEANFILES): Remove
+ white_paper_html and figures, and use...
+ (clean-local): ...this (new) rule to clean them instead.
+
+2009-06-26 Roland Levillain <roland(a)lrde.epita.fr>
+
Generate the documentation in the source tree.
* doc/Makefile.am
diff --git a/milena/doc/ref_guide/Makefile.am b/milena/doc/ref_guide/Makefile.am
index 5e19d99..d1af059 100644
--- a/milena/doc/ref_guide/Makefile.am
+++ b/milena/doc/ref_guide/Makefile.am
@@ -65,10 +65,11 @@ EXTRA_DIST = \
CLEANFILES = \
ref_guide.aux ref_guide.toc ref_guide.log ref_guide.bbl ref_guide.out \
- *~ *blg *.lot \
+ *blg *.lot \
$(REF_GUIDE_PDF) \
*.haux *.hh *.html *.htoc \
ref_guide.html \
+ ref_guide.idx \
$(REF_GUIDE_HH)
diff --git a/milena/doc/tutorial/Makefile.am b/milena/doc/tutorial/Makefile.am
index e49f201..ea4a84a 100644
--- a/milena/doc/tutorial/Makefile.am
+++ b/milena/doc/tutorial/Makefile.am
@@ -62,11 +62,12 @@ EXTRA_DIST = \
CLEANFILES = \
tutorial.aux tutorial.toc tutorial.log tutorial.bbl tutorial.out \
- *~ *blg *.lot \
+ *blg *.lot \
$(TUTORIAL_PDF) \
*.haux *.hh *.html *.htoc \
tutorial.haux \
tutorial.html \
+ tutorial.idx \
$(TUTORIAL_HH)
diff --git a/milena/doc/white_paper/Makefile.am b/milena/doc/white_paper/Makefile.am
index eeebc6f..6449bbb 100644
--- a/milena/doc/white_paper/Makefile.am
+++ b/milena/doc/white_paper/Makefile.am
@@ -64,11 +64,12 @@ EXTRA_DIST = \
$(EPSS)
CLEANFILES = \
- white_paper_html \
white_paper_image.* \
white_paper.pdf \
- *.log *.idx *.out *.aux \
- figures
+ *.log *.idx *.out *.aux
+
+clean-local:
+ -rm -rf white_paper_html figures
#<<lrde
--
1.6.3.1