doc: silence a warning.

This commit is contained in:
Giuseppe Scrivano 2011-08-06 12:09:36 +02:00
parent d0b360c36f
commit 5db59de365
2 changed files with 3 additions and 1 deletions

View 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)

View 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@" $? > $@