From 2d1e3c9dcb40ccf2182045924530a804b578ba9f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 30 Oct 2015 09:50:44 +0000 Subject: allow building the gem without pandoc Not everybody cares for manpages. --- Documentation/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/GNUmakefile') diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 537c659..f9b8204 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -48,7 +48,7 @@ install-man: man $(INSTALL) -m 644 $(man1) $(DESTDIR)$(man1dir) $(INSTALL) -m 644 $(man7) $(DESTDIR)$(man7dir) %.1 %.7 : %.txt - $(pandoc) -s -t man < $< > $@+ && mv $@+ $@ + $(pandoc) -s -t man < $< > $@ clean:: $(RM) $(man1) $(man7) -- cgit v1.2.3-24-ge0c7