summaryrefslogtreecommitdiff
path: root/man/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-04-11 19:53:46 +0000
committerChristian Pointner <equinox@anytun.org>2008-04-11 19:53:46 +0000
commitac139b94f6150158e762aecae613c75bdb2bdd4c (patch)
tree80248273918122352005ade691675e5b40f78632 /man/Makefile
parentdefault config for client1 with crypto (diff)
added Makefile for man page
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile
new file mode 100644
index 0000000..d7f32b5
--- /dev/null
+++ b/man/Makefile
@@ -0,0 +1,9 @@
+all: manpage
+
+docbook:
+ asciidoc -b docbook -d manpage anytun.txt
+
+manpage: docbook
+ xmlto man anytun.xml
+
+