From ed773978c72fbb4b4941c3902d2f747323eb6f5a Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Thu, 3 Sep 2009 07:42:12 +0400 Subject: [PATCH] target in doc/Makefile to build compressed manual --- doc/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 $< -- 1.7.10.4