]> sjero.net Git - wget/commitdiff
doc: silence a warning.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 6 Aug 2011 10:09:36 +0000 (12:09 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 6 Aug 2011 10:09:36 +0000 (12:09 +0200)
doc/ChangeLog
doc/Makefile.am

index 7e6c1b1c2fa88ab30d8f2edca3716685f03556b2..7b59c341eec1d92c9a1d83aeae543c63424f75c7 100644 (file)
@@ -1,5 +1,7 @@
 2011-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * Makefile.am (wget.pod): Pass the VERSION value to texi2pod.
+
        * texi2pod.pl: Update from GCC.
 
 2011-07-28  Noèl Köthe  <noel@debian.org> (tiny change)
index 68d36c11685a1d2993c305058ea4171528c710a2..b90f68b1640fa533cbeff2a8390d376c5d91f218 100644 (file)
@@ -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@" $? > $@