summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1024cf04..deef23f8 100644
--- a/Makefile
+++ b/Makefile
@@ -443,7 +443,7 @@ install-tests:
# Generate web page from man page
#
txr-manpage.html: txr.1 genman.txr
- man2html $< | $(TXR) genman.txr - > $@
+ man2html $< | $(TXR) genman.txr > $@
txr-manpage.pdf: txr.1 checkman.txr
$(TXR) checkman.txr $<