about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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)