about summary refs log tree commit homepage
path: root/Documentation/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-24 23:58:08 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-24 23:58:08 +0000
commit97b851b0dad8f6a3c3352bdff8f4a3aac539d354 (patch)
tree4a324e416932f51012a283cfeb4b208d2b6fd8ec /Documentation/GNUmakefile
parent09178fca7320ed4919b7c5e845598f9ad998d6d3 (diff)
downloaddtas-97b851b0dad8f6a3c3352bdff8f4a3aac539d354.tar.gz
We should probably document this before we forget it.
Diffstat (limited to 'Documentation/GNUmakefile')
-rw-r--r--Documentation/GNUmakefile12
1 files changed, 11 insertions, 1 deletions
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