From b4ac74c41911ee7771e88da91208c1eb16c4b752 Mon Sep 17 00:00:00 2001 From: "Y. Wang" Date: Thu, 11 Aug 2022 19:07:42 +0200 Subject: Reformat manual pages --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3