changeset 10223:d757e52de6b9

Update dependencies.
author Bruno Haible <bruno@clisp.org>
date Thu, 19 Jun 2008 13:47:14 +0200
parents 8c1fb8a7e62d
children bc89433c293a
files ChangeLog doc/Makefile
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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 @@
 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: