Update dependencies.
authorBruno Haible <bruno@clisp.org>
Thu, 19 Jun 2008 11:47:14 +0000 (13:47 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 19 Jun 2008 11:47:14 +0000 (13:47 +0200)
ChangeLog
doc/Makefile

index d84e497..38fe121 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-19  Bruno Haible  <bruno@clisp.org>
+
+       * doc/Makefile (gnulib.info): Update and simplify dependencies.
+       Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
+
 2008-06-19  Eric Blake  <ebb9@byu.net>
 
        Fix VPATH 'make dist' with GNU make and non-VCS tarball.
index a95adfe..65e5150 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Makefile,v 1.8 2007-07-06 22:56:38 haible Exp $
 # Makefile for gnulib doc.
 # Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc.
 #
@@ -25,7 +24,7 @@ dvi: $(doc).dvi
 pdf: $(doc).pdf
 
 # Dependencies. Search for @include to find them all.
-gnulib.info gnulib.html gnulib.dvi gnulib.pdf: gnulib.texi gnulib-intro.texi gnulib-tool.texi $(wildcard headers/*.texi) $(wildcard functions/*.texi) quote.texi error.texi gcd.texi relocatable-maint.texi regexprops-generic.texi fdl.texi
+gnulib.info gnulib.html gnulib.dvi gnulib.pdf: $(filter-out maintain.texi make-stds.texi standards.texi,$(wildcard *.texi)) $(wildcard posix-headers/*.texi) $(wildcard posix-functions/*.texi) $(wildcard glibc-headers/*.texi) $(wildcard glibc-functions/*.texi)
 standards.info standards.html standards.dvi: standards.texi make-stds.texi fdl.texi
 
 mostlyclean: