From: Dmitry Kalyanov Date: Thu, 3 Sep 2009 03:42:12 +0000 (+0400) Subject: target in doc/Makefile to build compressed manual X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ed773978c72fbb4b4941c3902d2f747323eb6f5a;p=cl-gtk2.git target in doc/Makefile to build compressed manual --- diff --git a/doc/Makefile b/doc/Makefile index 481d37e..5cafdde 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,12 @@ all: doc.html tutorial.html gobject/index.html gtk/index.html gobject/style.css gtk/style.css +.PHONY: all archive + +archive: manual.tar.bz2 + +manual.tar.bz2: gtk/index.html gtk/style.css + tar cjf $@ gtk + doc.html: doc.xml xsltproc -o $@ /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl $<