X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=doc%2FMakefile.am;h=b90f68b1640fa533cbeff2a8390d376c5d91f218;hp=0ae3adb33a328361a02993661c71271ba447a45c;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=55437151ba00082c60fc6be5eba12859432ddb1f diff --git a/doc/Makefile.am b/doc/Makefile.am index 0ae3adb3..b90f68b1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software -# Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010, 2011 Free +# Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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@" $? > $@