We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2fee8 commit 6401665Copy full SHA for 6401665
GNUmakefile.in
@@ -107,9 +107,9 @@ distdir:
107
done
108
$(MAKE) -C $(distdir) distprep
109
$(MAKE) -C $(distdir)/doc/src/sgml/ INSTALL
110
- $(MAKE) -C $(distdir)/contrib/pg_arman/doc pg_arman.1 XMLTO=/usr/bin/xmlto ASCIIDOC=/usr/bin/asciidoc
111
cp $(distdir)/doc/src/sgml/INSTALL $(distdir)/
112
$(MAKE) -C $(distdir) distclean
+ $(MAKE) -C $(distdir)/contrib/pg_arman/doc pg_arman.1 XMLTO=/usr/bin/xmlto ASCIIDOC=/usr/bin/asciidoc
113
rm -f $(distdir)/README.git
114
115
distcheck: dist
0 commit comments