summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a771c2b8e9..58cb1541ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-05-28 Bruno Haible <bruno@clisp.org>
+ doc: Cleanup yet another file produced by texinfo.tex.
+ * doc/Makefile (mostlyclean): Remove also gnulib.cn.
+
+2011-05-28 Bruno Haible <bruno@clisp.org>
+
Finish the conditional dependencies mechanism.
* gnulib-tool: New option --no-conditional-dependencies.
(func_usage): Document it. Don't mark --conditional-dependencies as
diff --git a/doc/Makefile b/doc/Makefile
index 07a30df12f..07ba184efa 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -68,7 +68,7 @@ gnulib.info gnulib.html gnulib.dvi gnulib.pdf: $(GNULIB_TEXI_FILES) updated-stam
standards.info standards.html standards.dvi: standards.texi make-stds.texi fdl.texi
mostlyclean:
- rm -f *.aux *.cp *.cps *.fn *.ky *.log *.pg *.toc *.tp *.vr *.vrs
+ rm -f *.aux *.cn *.cp *.cps *.fn *.ky *.log *.pg *.toc *.tp *.vr *.vrs
rm -f updated-stamp
clean: mostlyclean