From 8929d85cf7c4c8b2c91c06376a59e95b8fffeb65 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sun, 13 Sep 2009 12:23:48 +0400 Subject: [PATCH] doc/Makefile: Include gobject/ in manual.tar.bz2 make target --- doc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 $< -- 1.7.10.4