summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b54725f)
raw | patch | inline | side by side (parent: b54725f)
author | Sebastian Harl <sh@teamix.net> | |
Sun, 9 Sep 2012 11:52:51 +0000 (13:52 +0200) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Sun, 9 Sep 2012 11:52:51 +0000 (13:52 +0200) |
This will make is easier to distinguish between manpages with the same names
in different sections.
in different sections.
doc/Makefile.am | patch | blob | history | |
doc/junosc.1.txt | [new file with mode: 0644] | patch | blob |
doc/junosc.txt | [deleted file] | patch | blob | history |
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b9a7f7d207b8a5340e90d6dd9a50b3f30a63725b..ad6056766283983f6c2e19281bc5e241104f3039 100644 (file)
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
man_MANS = junosc.1
-junosc.1: junosc.txt ../version
+junosc.1: junosc.1.txt ../version
-.txt.1:
+%.1: %.1.txt
@A2X@ -d manpage -f manpage \
-apackage_version=$(PACKAGE_VERSION) \
-abuild_date="$$( date --utc '+%F' )" \
diff --git a/doc/junosc.1.txt b/doc/junosc.1.txt
--- /dev/null
+++ b/doc/junosc.1.txt
@@ -0,0 +1,54 @@
+JUNOSC(1)
+=========
+Sebastian "tokkee" Harl <sh@tokkee.org>
+version {package_version}, {build_date}
+:doctype: manpage
+
+NAME
+----
+junosc - a JUNOScript client application
+
+SYNOPSIS
+--------
+*junosc* ['options']
+
+DESCRIPTION
+-----------
+*junosc* is a client application to connect to routers running JUNOS software.
+It may be used to issue JUNOScript commands and display the response to the
+user.
+
+OPTIONS
+-------
+*-h*::
+ Display a usage and help summary and exit.
+
+*-V*::
+ Display the version number and copyright information.
+
+EXIT CODES
+----------
+*0*::
+ Success.
+
+*1*::
+ Failure (syntax or usage error).
+
+BUGS
+----
+None known.
+
+AUTHOR
+------
+junosc was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
+
+COPYRIGHT
+---------
+Copyright (C) 2012 Sebastian "tokkee" Harl <sh@tokkee.org>
+
+This is free software under the terms of the BSD license, see the source for
+copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.
+
+// vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :
+
diff --git a/doc/junosc.txt b/doc/junosc.txt
--- a/doc/junosc.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-JUNOSC(1)
-=========
-Sebastian "tokkee" Harl <sh@tokkee.org>
-version {package_version}, {build_date}
-:doctype: manpage
-
-NAME
-----
-junosc - a JUNOScript client application
-
-SYNOPSIS
---------
-*junosc* ['options']
-
-DESCRIPTION
------------
-*junosc* is a client application to connect to routers running JUNOS software.
-It may be used to issue JUNOScript commands and display the response to the
-user.
-
-OPTIONS
--------
-*-h*::
- Display a usage and help summary and exit.
-
-*-V*::
- Display the version number and copyright information.
-
-EXIT CODES
-----------
-*0*::
- Success.
-
-*1*::
- Failure (syntax or usage error).
-
-BUGS
-----
-None known.
-
-AUTHOR
-------
-junosc was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
-
-COPYRIGHT
----------
-Copyright (C) 2012 Sebastian "tokkee" Harl <sh@tokkee.org>
-
-This is free software under the terms of the BSD license, see the source for
-copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE.
-
-// vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :
-