mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 22:00:27 +08:00
doc: silence a warning.
This commit is contained in:
parent
d0b360c36f
commit
5db59de365
@ -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)
|
||||
|
@ -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@" $? > $@
|
||||
|
Loading…
Reference in New Issue
Block a user