diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-04-11 19:58:11 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-04-11 19:58:11 +0000 |
commit | 9f8f8cd28cf3dbacf4f9aee71e17115638efa079 (patch) | |
tree | 5091eee5049add2f935305e322ec31167ad55c0c /Makefile | |
parent | added Makefile for man page (diff) |
added manpage to main makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -117,7 +117,7 @@ ANYCTROBJS = log.o \ syncConnectionCommand.o \ $(SOCKETDEPS) -EXECUTABLE = anytun anytun-config anytun-controld anytun-showtables +EXECUTABLE = anytun anytun-config anytun-controld anytun-showtables manpage all: $(EXECUTABLE) libAnysync.a anyrtpproxy @@ -275,6 +275,7 @@ distclean: clean rm -f config.sub config.guess cleanall: clean + @cd man ; make clean make --directory=$(CURDIR)/Sockets clean make --directory=$(CURDIR)/openvpn clean rm -f Sockets/libSockets.a Sockets/Sockets-config @@ -287,6 +288,9 @@ clean: rm -f libAnysync.a make --directory=$(CURDIR)/anyrtpproxy clean +manpage: + @cd man ; make + doxygen: doxygen Doxyfile |