# $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
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 $<
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/
</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">