aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ba1a371..3d05472 100644
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,8 @@ doc-man: $(MAN_DSTS)
%:: %.md ${MAN_FILTER}
$(PANDOC) -L ${MAN_FILTER} -s -t man -o $@ $<
-$(MAN_TEX): $(MAN_TEXS)
- find $(MAN_PATH) -name '*.tex' -printf '\\input{../man/%P}\n' | sort > $(MAN_TEX)
-
%.tex:: %.md ${MAN_FILTER}
$(PANDOC) -L ${MAN_FILTER} -t latex -o $@ $<
+
+$(MAN_TEX): $(MAN_TEXS)
+ find $(MAN_PATH) -name '*.tex' -printf '\\input{../man/%P}\n' | sort > $(MAN_TEX)