summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-04-12 12:53:22 +0000
committerChristian Pointner <equinox@anytun.org>2008-04-12 12:53:22 +0000
commit0ee664f54927e1e41a2c9243c33de0270333f703 (patch)
tree1708aeae7c6ccaafe4f2a6b5a1b8692aa24282d2
parentcleaned up confusing names for different options (diff)
fixed manpage makefile only rebuilds if something is changed
-rw-r--r--src/man/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/man/Makefile b/src/man/Makefile
index 1b3a824..7ae4fd7 100644
--- a/src/man/Makefile
+++ b/src/man/Makefile
@@ -1,10 +1,12 @@
all: manpage
-docbook: anytun.txt
+anytun.xml: anytun.txt
asciidoc -b docbook -d manpage anytun.txt
-manpage: docbook
+anytun.8: anytun.xml
xmlto man anytun.xml
+manpage: anytun.8
+
clean:
rm -f anytun.8 anytun.xml