# HG changeset patch # User Bruno Haible # Date 1213876034 -7200 # Node ID d757e52de6b9d70d8e62a96c55af79ca4de15777 # Parent 8c1fb8a7e62da1b8a30c5d0590ccd01204114a36 Update dependencies. diff -r 8c1fb8a7e62d -r d757e52de6b9 ChangeLog --- a/ChangeLog Wed Jun 18 22:33:37 2008 -0600 +++ b/ChangeLog Thu Jun 19 13:47:14 2008 +0200 @@ -1,3 +1,8 @@ +2008-06-19 Bruno Haible + + * doc/Makefile (gnulib.info): Update and simplify dependencies. + Reported by Thien-Thi Nguyen . + 2008-06-19 Eric Blake Fix VPATH 'make dist' with GNU make and non-VCS tarball. diff -r 8c1fb8a7e62d -r d757e52de6b9 doc/Makefile --- a/doc/Makefile Wed Jun 18 22:33:37 2008 -0600 +++ b/doc/Makefile Thu Jun 19 13:47:14 2008 +0200 @@ -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: