Commit d06858b7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! do not fail when generating documentation

older pod2man does not recognise --errors.
anyway we should just skip make in doc directory.
parent be3ea6d3
--- a/doc/Makefile.in 2013-06-20 13:13:09.032277064 +0200 --- a/Makefile.am 2012-05-13 16:44:48.000000000 +0200
+++ b/doc/Makefile.in 2012-08-05 22:17:16.000000000 +0200 +++ b/Makefile.am 2013-06-21 15:05:07.519274542 +0200
@@ -1647,7 +1647,7 @@ @@ -41,7 +41,7 @@
$(TEXI2POD) -D VERSION="$(VERSION)" $(srcdir)/wget.texi $@ ACLOCAL_AMFLAGS = -I m4
$(MAN): wget.pod # subdirectories in the distribution
- $(POD2MAN) --center="GNU Wget" --release="GNU Wget @VERSION@" $? > $@ -SUBDIRS = lib src doc po tests util
+ $(POD2MAN) --errors=none --center="GNU Wget" --release="GNU Wget @VERSION@" $? > $@ +SUBDIRS = lib src po tests util
#wget.cat: $(MAN) EXTRA_DIST = ChangeLog.README MAILING-LIST \
# nroff -man $? > $@ msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \
--- a/doc/Makefile.am 2013-06-20 13:12:58.555667154 +0200 --- a/Makefile.in 2012-08-05 22:17:17.000000000 +0200
+++ b/doc/Makefile.am 2012-05-12 17:18:27.000000000 +0200 +++ b/Makefile.in 2013-06-21 15:05:04.351269286 +0200
@@ -57,7 +57,7 @@ @@ -1195,7 +1195,7 @@
$(TEXI2POD) -D VERSION="$(VERSION)" $(srcdir)/wget.texi $@ ACLOCAL_AMFLAGS = -I m4
$(MAN): wget.pod # subdirectories in the distribution
- $(POD2MAN) --center="GNU Wget" --release="GNU Wget @VERSION@" $? > $@ -SUBDIRS = lib src doc po tests util
+ $(POD2MAN) --errors=none --center="GNU Wget" --release="GNU Wget @VERSION@" $? > $@ +SUBDIRS = lib src po tests util
EXTRA_DIST = ChangeLog.README MAILING-LIST \
#wget.cat: $(MAN) msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \
# nroff -man $? > $@ msdos/Makefile.WC ABOUT-NLS \
...@@ -13,7 +13,7 @@ recipe = hexagonit.recipe.download ...@@ -13,7 +13,7 @@ recipe = hexagonit.recipe.download
url =${:_profile_base_location_}/${:filename} url =${:_profile_base_location_}/${:filename}
filename = Makefile.patch filename = Makefile.patch
download-only = true download-only = true
md5sum = 04d34bf001f6a6f831965225a6800e52 md5sum = 2b89644c63a0dfe96290471d28a554f2
[wget] [wget]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment