summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-04-12 11:19:27 +0000
committerOthmar Gsenger <otti@anytun.org>2008-04-12 11:19:27 +0000
commit8215c983144b8897fb0dbdcc8a3bceb010a06d2e (patch)
treebaa0647418a4ec7686d31408af7b2d2d7bfd61e3
parentfixed typo (diff)
makefile fixes
-rw-r--r--Makefile4
-rw-r--r--man/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5240a47..f71f6f2 100644
--- a/Makefile
+++ b/Makefile
@@ -269,13 +269,13 @@ libAnysync.a: $(OBJS)
anyrtpproxy: anytun
@cd anyrtpproxy ; make
-distclean: clean
+distclean: cleanall
make --directory=$(CURDIR)/openvpn distclean
find -name *.o | xargs rm -f
rm -f config.sub config.guess
cleanall: clean
- @cd man ; make clean
+ make --directory=$(CURDIR)/man clean
make --directory=$(CURDIR)/Sockets clean
make --directory=$(CURDIR)/openvpn clean
rm -f Sockets/libSockets.a Sockets/Sockets-config
diff --git a/man/Makefile b/man/Makefile
index 3e8c988..1b3a824 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -1,6 +1,6 @@
all: manpage
-docbook:
+docbook: anytun.txt
asciidoc -b docbook -d manpage anytun.txt
manpage: docbook