mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
support various other formats for Asterisk manual page (bug #4113)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5530 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
13
Makefile
13
Makefile
@@ -350,6 +350,19 @@ asterisk.8.gz: asterisk.sgml
|
|||||||
mv ./*.8 asterisk.8
|
mv ./*.8 asterisk.8
|
||||||
gzip 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)),)
|
ifneq ($(strip $(ASTERISKVERSION)),)
|
||||||
build.h: .version
|
build.h: .version
|
||||||
./make_build_h
|
./make_build_h
|
||||||
|
Reference in New Issue
Block a user