summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2014-02-07 19:07:48 +0000
committerChristian Pointner <equinox@anytun.org>2014-02-07 19:07:48 +0000
commitcf6655a6e29d23132190b6c04c08ab372214b9a4 (patch)
tree7aca25034e17fcf03bde80cc816dc3d9027f2195 /doc/Makefile
parentcreated branch for RAIL mode (diff)
* inital commit for RAIL mode
- added information about it at manpage - updated output for --help * white space cleanups * updated copyright header
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/Makefile b/doc/Makefile
index b5eecb8..f2b6ac9 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -13,9 +13,9 @@
## message authentication based on the methodes used by SRTP. It is
## intended to deliver a generic, scaleable and secure solution for
## tunneling and relaying of packets of any protocol.
-##
##
-## Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
+##
+## Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
##
## This file is part of uAnytun.
##
@@ -35,21 +35,21 @@
VERSION=$(shell cat ../version)
-.PHONY: clean
+.PHONY: clean
all: manpage
uanytun.8: uanytun.8.txt
- a2x -f manpage $<
- @ sed -i -e 's/\[FIXME: source\]/uanytun ${VERSION}/' $@
- @ sed -i -e 's/\[FIXME: manual\]/uanytun user manual/' $@
- @ sed -i -e 's/^uanytun$$/\\fBuanytun\\fR/' $@
- @ sed -i -e 's/^ \[ \([^ ]*\)/ [ \\fB\1\\fR/' $@
+ a2x -f manpage $<
+ @ sed -i -e 's/\[FIXME: source\]/uanytun ${VERSION}/' $@
+ @ sed -i -e 's/\[FIXME: manual\]/uanytun user manual/' $@
+ @ sed -i -e 's/^uanytun$$/\\fBuanytun\\fR/' $@
+ @ sed -i -e 's/^ \[ \([^ ]*\)/ [ \\fB\1\\fR/' $@
manpage: uanytun.8
clean:
- rm -f uanytun.8.xml
+ rm -f uanytun.8.xml
realclean: clean
- rm -f uanytun.8
+ rm -f uanytun.8