summaryrefslogtreecommitdiff
path: root/www/wget2/files/patch-docs_Makefile.am
blob: 45d2dda8022d7f161e85f12d15e3eea021dc95c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Don't build the info page which is not installed anyway
--- docs/Makefile.am.orig	2021-08-21 17:47:39 UTC
+++ docs/Makefile.am
@@ -49,8 +49,6 @@ $(man1_MANS): wget2.stamp
 wget2.stamp:
 	mkdir -p $(builddir)/man/man1
 	PANDOC=$(PANDOC) sh $(builddir)/wget2_md2man.sh $(srcdir)/wget2.md $(builddir)/man/man1/wget2.1
-	$(PANDOC) -s -f markdown -t texinfo -o $(builddir)/wget2.texi $(srcdir)/wget2.md
-	$(MAKEINFO) --force -o $(builddir)/wget2.info $(builddir)/wget2.texi
 	echo > wget2.stamp
 
 DISTCLEANFILES += wget2.texi wget2.info