projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3047968
)
doc/Makefile: Include gobject/ in manual.tar.bz2 make target
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 13 Sep 2009 08:23:48 +0000
(12:23 +0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 13 Sep 2009 08:23:48 +0000
(12:23 +0400)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
5cafdde
..
7259322
100644
(file)
--- 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 $<