summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-17 04:44:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-17 04:44:05 +0000
commit08fef7814e979856ac51a9bbea510f49e13ee1b0 (patch)
tree08f95cab42b23e7bb926882238985c7a76790072
parent9edac8bfe99f5b2860d220e5e8e578d9c438cc43 (diff)
downloadmandoc-08fef7814e979856ac51a9bbea510f49e13ee1b0.tar.gz
Makefile uses multiple deps for some rules (shorter file).
-rw-r--r--Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 270277d1..846cacc2 100644
--- a/Makefile
+++ b/Makefile
@@ -234,22 +234,10 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a
validate $<
sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@
-.1.1.txt:
+.1.1.txt .3.3.txt .7.7.txt:
./mandoc $(MANDOCFLAGS) $< | col -b > $@
-.1.1.sgml:
- ./mandoc $(MANDOCFLAGS) $(MANDOCHTML) $< > $@
-
-.3.3.txt:
- ./mandoc $(MANDOCFLAGS) $< | col -b > $@
-
-.3.3.sgml:
- ./mandoc $(MANDOCFLAGS) $(MANDOCHTML) $< > $@
-
-.7.7.txt:
- ./mandoc $(MANDOCFLAGS) $< | col -b > $@
-
-.7.7.sgml:
+.1.1.sgml 3.3.sgml .7.7.sgml:
./mandoc $(MANDOCFLAGS) $(MANDOCHTML) $< > $@
.tar.gz.md5: