summaryrefslogtreecommitdiff
path: root/src/man/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-12 11:13:15 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-12 11:13:15 +0000
commita1ca2f3b331c6bca4227ddbdb7a70b4173bc7f22 (patch)
tree6a0384e00045b0f71a5df4e9179aa8d4172a2805 /src/man/Makefile
parentfixed header file include guards to be C++ compliant; now always use format A... (diff)
cleaned Makefile
added uninstall target replaces mkdir -p by install -d (more portible)
Diffstat (limited to 'src/man/Makefile')
-rw-r--r--src/man/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/man/Makefile b/src/man/Makefile
index aeab45e..adc9919 100644
--- a/src/man/Makefile
+++ b/src/man/Makefile
@@ -32,9 +32,11 @@
VERSION=$(shell cat ../../version)
-MANPAGES := anytun.8 anytun-controld.8 anytun-config.8 anytun-showtables.8 anyrtpproxy.8
+MANPAGES := anytun.8 anytun-controld.8 anytun-config.8 anytun-showtables.8 #anyrtpproxy.8
XML := $(MANPAGES:%.8=%.8.xml)
+.PHONY: clean
+
all: manpage
define create-manpage