aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-08-03 18:42:24 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-08-03 18:42:24 +0000
commitb662c60397fe0dee5a2b6e2a4c12d69ea901061a (patch)
tree20c3cd7ae369400767f997617feeaca004e55beb /doc/Makefile
parentdc1aaee973ab66b2415ea0a71b2106154f8b38b4 (diff)
Merged revisions 280739 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r280739 | tilghman | 2010-08-03 13:39:28 -0500 (Tue, 03 Aug 2010) | 2 lines Document -B and -W flags and regenerate manpage from sgml ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@280740 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 000000000..13f6f7639
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,6 @@
+
+all: asterisk.8
+
+asterisk.8: asterisk.sgml
+ docbook2x-man asterisk.sgml
+