summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c9fe6ffc..a49333a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -116,3 +116,12 @@ endif
snap:
$(MAKE) dist distdir=$(PACKAGE)-SNAP-`date +"%Y%m%d"`
+
+doc-dist:
+ mkdir pygtk
+ cp -r docs/html/*.html pygtk
+ cp -r docs/html/*.sgml pygtk
+ cp -r docs/html/*.devhelp pygtk
+ cp -r $(PYGOBJECT_PYGDOCS)/style.css pygtk
+ tar cfz $(PACKAGE)-docs.tar.gz pygtk
+ rm -fr pygtk