summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-03-08 19:54:35 -0800
committerKaz Kylheku <kaz@kylheku.com>2017-03-08 19:54:35 -0800
commit4abffc416e2bc48547e7b8753643abce063dc729 (patch)
tree974759b74c7224e26dad66858b4f33d03640f0e3 /Makefile
parentfd87267eb4802d1e3ec3c22a48e09a86f76810ad (diff)
downloadtxr-4abffc416e2bc48547e7b8753643abce063dc729.tar.gz
txr-4abffc416e2bc48547e7b8753643abce063dc729.tar.bz2
txr-4abffc416e2bc48547e7b8753643abce063dc729.zip
Drop the annoying need for - for standard input.
* match.c (open_data_source): If there is nothing in the files array and data is t (indicating a request to open a data source), then use standard input. Subject to the compatibility option. * Makefile (txr-manpage.html): Drop use of the txr - argument in rule recipe. * txr.1: Document that - isn't necessary. Added to compatibility notes.
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 $<