summaryrefslogtreecommitdiff
path: root/src/man/Makefile
diff options
context:
space:
mode:
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