From 97b851b0dad8f6a3c3352bdff8f4a3aac539d354 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 24 Aug 2013 23:58:08 +0000 Subject: documentation: initial manpages for all commands We should probably document this before we forget it. --- Documentation/GNUmakefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Documentation/GNUmakefile') diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 0353ec7..37411e5 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -4,7 +4,17 @@ PANDOC = pandoc PANDOC_OPTS = -f markdown --email-obfuscation=none pandoc = $(PANDOC) $(PANDOC_OPTS) -man1 := $(addsuffix .1,dtas-enq) +ones = +ones += dtas-console +ones += dtas-ctl +ones += dtas-enq +ones += dtas-msinkctl +ones += dtas-player +ones += dtas-xdelay +ones += dtas-sinkedit +ones += dtas-sourceedit + +man1 := $(addsuffix .1, $(ones)) man7 := $(addsuffix .7,dtas-player_protocol) all:: man -- cgit v1.2.3-24-ge0c7