Skip to content

Commit 6401665

Browse files
committed
Move generation of pg_arman manpage belo make distclean
1 parent 5a2fee8 commit 6401665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ distdir:
107107
done
108108
$(MAKE) -C $(distdir) distprep
109109
$(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
111110
cp $(distdir)/doc/src/sgml/INSTALL $(distdir)/
112111
$(MAKE) -C $(distdir) distclean
112+
$(MAKE) -C $(distdir)/contrib/pg_arman/doc pg_arman.1 XMLTO=/usr/bin/xmlto ASCIIDOC=/usr/bin/asciidoc
113113
rm -f $(distdir)/README.git
114114

115115
distcheck: dist

0 commit comments

Comments
 (0)