[ease] Add make targets for documentation and themes/examples.



commit f4dee3973baed1614471674ab553de99aa586b6d
Author: Nate Stedman <natesm gmail com>
Date:   Thu Jun 10 22:10:09 2010 -0400

    Add make targets for documentation and themes/examples.

 Makefile.am |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index da47f16..cabcab6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -100,3 +100,12 @@ theme_DATA = themes/*.easetheme
 svgdir = $(datadir)/ease/svg
 svg_DATA = data/svg/*.svg
 
+doc: src/*.vala
+	rm -rf doc
+	valadoc --internal --private --pkg "json-glib-1.0" --pkg "gee-1.0"  --pkg "clutter-gtk-0.10" --pkg "clutter-gst-1.0" --pkg "libarchive" --directory=./doc --basedir=src ./src/*.vala
+	gnome-open doc/doc/Ease.html
+
+archive: themes/* examples/*
+	sh themes/build.sh
+	sh examples/build.sh
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]