changeset 9390:288d5794eac8

Drop conf.texi as prerequisite of dist target
author Rafael Laboissiere <rafael@debian.org>
date Wed, 24 Jun 2009 13:45:56 -0400
parents 0f85d9564057
children 333b31ce3434
files doc/ChangeLog doc/Makefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Wed Jun 24 18:51:33 2009 +0200
+++ b/doc/ChangeLog	Wed Jun 24 13:45:56 2009 -0400
@@ -1,3 +1,7 @@
+2009-06-24  Rafael Laboissiere  <rafael@debian.org>
+
+	* Makefile.in (dist): Drop conf.texi as prerequisite.
+
 2009-06-16  Jaroslav Hajek  <highegg@gmail.com>
 
 	* interpreter/tips.txi: Update.
--- a/doc/Makefile.in	Wed Jun 24 18:51:33 2009 +0200
+++ b/doc/Makefile.in	Wed Jun 24 13:45:56 2009 -0400
@@ -59,7 +59,7 @@
 maintainer-clean::
 	rm -f tags TAGS Makefile
 
-dist: conf.texi
+dist:
 	ln $(DISTFILES) ../`cat ../.fname`/doc
 	for dir in $(DISTSUBDIRS); do mkdir ../`cat ../.fname`/doc/$$dir; $(MAKE) -C $$dir $@; done
 .PHONY: dist