diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-02-07 11:28:44 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-02-07 11:39:41 +0100 |
commit | 1873f67a5b11b46aff177fe3ad99a1e6f8ffbc9a (patch) | |
tree | b100191cf6ecf6b21e84c3369bacb5ab9a1b57e4 /src | |
parent | 84545f6e7c3a37c6ef14d97e86a70dded8d3c06d (diff) | |
download | strongswan-1873f67a5b11b46aff177fe3ad99a1e6f8ffbc9a.tar.bz2 strongswan-1873f67a5b11b46aff177fe3ad99a1e6f8ffbc9a.tar.xz |
Removed useless man page for _copyright.
Diffstat (limited to 'src')
-rw-r--r-- | src/_copyright/Makefile.am | 1 | ||||
-rw-r--r-- | src/_copyright/_copyright.8 | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/src/_copyright/Makefile.am b/src/_copyright/Makefile.am index 33c4ffc23..405e08b3d 100644 --- a/src/_copyright/Makefile.am +++ b/src/_copyright/Makefile.am @@ -1,6 +1,5 @@ ipsec_PROGRAMS = _copyright _copyright_SOURCES = _copyright.c -dist_man8_MANS = _copyright.8 INCLUDES = \ -I$(top_srcdir)/src/libfreeswan \ diff --git a/src/_copyright/_copyright.8 b/src/_copyright/_copyright.8 deleted file mode 100644 index 99386254b..000000000 --- a/src/_copyright/_copyright.8 +++ /dev/null @@ -1,29 +0,0 @@ -.TH _COPYRIGHT 8 "25 Apr 2002" -.SH NAME -ipsec _copyright \- prints FreeSWAN copyright -.SH DESCRIPTION -.I _copyright -outputs the FreeSWAN copyright, and version numbers for "ipsec --copyright" -.SH "SEE ALSO" -ipsec(8) -.SH HISTORY -Man page written for the Linux FreeS/WAN project -<http://www.freeswan.org/> -by Michael Richardson. Program written by Henry Spencer. -.\" -.\" $Log: _copyright.8,v $ -.\" Revision 1.1 2004/03/15 20:35:27 as -.\" added files from freeswan-2.04-x509-1.5.3 -.\" -.\" Revision 1.2 2002/04/29 22:39:31 mcr -.\" added basic man page for all internal commands. -.\" -.\" Revision 1.1 2002/04/26 01:21:43 mcr -.\" while tracking down a missing (not installed) /etc/ipsec.conf, -.\" MCR has decided that it is not okay for each program subdir to have -.\" some subset (determined with -f) of possible files. -.\" Each subdir that defines $PROGRAM, MUST have a PROGRAM.8 file as well as a PROGRAM file. -.\" Optional PROGRAM.5 files have been added to the makefiles. -.\" -.\" -.\" |