aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-29 15:18:10 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-29 15:18:10 +0000
commitf3c48c84c0cbb176f97bc709d9c277448884c8de (patch)
treef249222ad0fdf0acd83c79cc24956fab1b053356 /Makefile
parent1cbba5607c36e87977b265e84afa60db41560ce1 (diff)
support various other formats for Asterisk manual page (bug #4113)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5530 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 227042d1f..fdbe5ad51 100755
--- a/Makefile
+++ b/Makefile
@@ -350,6 +350,19 @@ asterisk.8.gz: asterisk.sgml
mv ./*.8 asterisk.8
gzip asterisk.8
+asterisk.pdf: asterisk.sgml
+ docbook2pdf asterisk.sgml
+
+asterisk.ps: asterisk.sgml
+ docbook2ps asterisk.sgml
+
+asterisk.html: asterisk.sgml
+ docbook2html asterisk.sgml
+ mv r1.html asterisk.html
+
+asterisk.txt: asterisk.sgml
+ docbook2txt asterisk.sgml
+
ifneq ($(strip $(ASTERISKVERSION)),)
build.h: .version
./make_build_h