diff options
author | Christian Pointner <equinox@anytun.org> | 2008-04-11 19:53:46 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-04-11 19:53:46 +0000 |
commit | ac139b94f6150158e762aecae613c75bdb2bdd4c (patch) | |
tree | 80248273918122352005ade691675e5b40f78632 /man/Makefile | |
parent | default config for client1 with crypto (diff) |
added Makefile for man page
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 9 |
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 + + |