From: Dmitry Kalyanov Date: Sun, 13 Sep 2009 08:23:48 +0000 (+0400) Subject: doc/Makefile: Include gobject/ in manual.tar.bz2 make target X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=8929d85cf7c4c8b2c91c06376a59e95b8fffeb65;p=cl-gtk2.git doc/Makefile: Include gobject/ in manual.tar.bz2 make target --- diff --git a/doc/Makefile b/doc/Makefile index 5cafdde..7259322 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,8 +4,8 @@ all: doc.html tutorial.html gobject/index.html gtk/index.html gobject/style.css archive: manual.tar.bz2 -manual.tar.bz2: gtk/index.html gtk/style.css - tar cjf $@ gtk +manual.tar.bz2: gtk/index.html gtk/style.css gobject/index.html gobject/style.css + tar cjf $@ gtk gobject doc.html: doc.xml xsltproc -o $@ /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl $< @@ -43,4 +43,4 @@ gobject.pdf: gobject.texi gtk.pdf: gtk.texi pdftex $< - pdftex $< \ No newline at end of file + pdftex $<