From: Kees Monshouwer Date: Sun, 10 Aug 2014 21:52:27 +0000 (+0200) Subject: html doc archive gz -> bz2 X-Git-Tag: auth-3.4.0-rc2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1679%2Fhead;p=thirdparty%2Fpdns.git html doc archive gz -> bz2 --- diff --git a/pdns/docs/.gitignore b/pdns/docs/.gitignore index c8a92fa224..22bac9400a 100644 --- a/pdns/docs/.gitignore +++ b/pdns/docs/.gitignore @@ -3,9 +3,9 @@ /pdns /pdns.pdf /pdns.txt -/html.tar.gz +/html.tar.bz2 /pdns-expanded.xml /pdns_recursor.1 /rec_control.1 /pdns-expanded.html -/dnsdist.1 \ No newline at end of file +/dnsdist.1 diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index fbd63f49d9..c5fb4a5db5 100644 --- a/pdns/docs/Makefile +++ b/pdns/docs/Makefile @@ -1,12 +1,12 @@ # $Id$ -all: pdns.txt pdns.pdf html/index.html html.tar.gz pdns-expanded.html manpages +all: pdns.txt pdns.pdf html/index.html html.tar.bz2 pdns-expanded.html manpages pdns-expanded.xml: pdns.xml ./expand < $< > $@ clean: - rm -rf *.dvi *.pdf *.tex *.toc *.aux *.ps *.bak *.tmp *~ *.log pdns.txt html.tar.gz html pdns pdns-expanded.html pdns-expanded.xml pdns_recursor.1 rec_control.1 + rm -rf *.dvi *.pdf *.tex *.toc *.aux *.ps *.bak *.tmp *~ *.log pdns.txt html.tar.bz2 html pdns pdns-expanded.html pdns-expanded.xml pdns_recursor.1 rec_control.1 manpages: dnsdist.1 pdns_recursor.1 rec_control.1 dnstcpbench.1 @@ -18,8 +18,8 @@ html/index.html: pdns-expanded.xml pdns-expanded.html: pdns-expanded.xml xmlto xhtml-nochunks -m config.xsl $< -html.tar.gz: html/index.html - tar czf html.tar.gz html/ +html.tar.bz2: html/index.html + tar cjf html.tar.bz2 html/ %.txt: %-expanded.xml xmlto txt -m config.xsl $< @@ -39,9 +39,9 @@ html.tar.gz: html/index.html asciidoc -b xhtml11 -d manpage $< publish: - rsync --exclude "*.png" --copy-links --delete -avrz ./html pdns.txt pdns.pdf html.tar.gz \ + rsync --exclude "*.png" --copy-links --delete -avrz ./html pdns.txt pdns.pdf html.tar.bz2 \ xs.powerdns.com:/var/www/doc.powerdns.com/ publish3: - rsync --exclude "*.png" --copy-links --delete -avrz ./html pdns.txt pdns.pdf html.tar.gz \ + rsync --exclude "*.png" --copy-links --delete -avrz ./html pdns.txt pdns.pdf html.tar.bz2 \ peter@xs.powerdns.com:doc.powerdns.com/ diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 631e8f1cb4..f41c390ced 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -81,7 +81,7 @@ The most up to date version of the HTML documentation can be downloaded as a tar archive from - http://doc.powerdns.com/html.tar.gz. + http://doc.powerdns.com/html.tar.bz2.