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:
18e753a
)
target in doc/Makefile to build compressed manual
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Thu, 3 Sep 2009 03:42:12 +0000
(07:42 +0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Thu, 3 Sep 2009 03:42:12 +0000
(07:42 +0400)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
481d37e
..
5cafdde
100644
(file)
--- 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 $<