From: Giuseppe Scrivano Date: Sat, 6 Aug 2011 10:09:36 +0000 (+0200) Subject: doc: silence a warning. X-Git-Tag: v1.13~5 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=5db59de365d479c8796b97f6906b84e0e8f3b021 doc: silence a warning. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 7e6c1b1c..7b59c341 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,7 @@ 2011-08-06 Giuseppe Scrivano + * Makefile.am (wget.pod): Pass the VERSION value to texi2pod. + * texi2pod.pl: Update from GCC. 2011-07-28 Noèl Köthe (tiny change) diff --git a/doc/Makefile.am b/doc/Makefile.am index 68d36c11..b90f68b1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -54,7 +54,7 @@ EXTRA_DIST = sample.wgetrc \ texi2pod.pl wget.pod: $(srcdir)/wget.texi version.texi - $(TEXI2POD) $(srcdir)/wget.texi $@ + $(TEXI2POD) -D VERSION="$(VERSION)" $(srcdir)/wget.texi $@ $(MAN): wget.pod $(POD2MAN) --center="GNU Wget" --release="GNU Wget @VERSION@" $? > $@