]> granicus.if.org Git - pdns/commitdiff
html doc archive gz -> bz2
authorKees Monshouwer <mind04@monshouwer.org>
Sun, 10 Aug 2014 21:52:27 +0000 (23:52 +0200)
committermind04 <mind04@monshouwer.org>
Fri, 15 Aug 2014 18:43:26 +0000 (20:43 +0200)
pdns/docs/.gitignore
pdns/docs/Makefile
pdns/docs/pdns.xml

index c8a92fa2240dc09246f52ed4bb43e7e1cb207ff9..22bac9400a19e802f3a616c2ac65510bd54acbce 100644 (file)
@@ -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
index fbd63f49d9748d73152a587f9f36beb289376b08..c5fb4a5db5d10b9b81e801bda723e0bf3d8cebb7 100644 (file)
@@ -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/
index 631e8f1cb49df8798e2d9c2977f646dffa844786..f41c390ced52af1eb24a7b9e3968311a2b6cd8be 100644 (file)
@@ -81,7 +81,7 @@
       </para>
       <para>
        The most up to date version of the HTML documentation can be downloaded as a tar archive from 
-       <ulink url="http://doc.powerdns.com/html.tar.gz">http://doc.powerdns.com/html.tar.gz</ulink>.
+       <ulink url="http://doc.powerdns.com/html.tar.bz2">http://doc.powerdns.com/html.tar.bz2</ulink>.
       </para>
     </sect1>
     <sect1 id="changelog">