[pitivi: 39/41] Added a target for building the user manual into HTML files



commit 0c3f8f64a638a8adf0146e9ea08d52ae0e2434c6
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Sun Jun 12 00:39:38 2011 +0200

    Added a target for building the user manual into HTML files

 .gitignore       |    2 ++
 help/Makefile.am |    5 +++++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0684260..a3d6fca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,8 @@ config.rpath
 config.status
 config.sub
 configure
+help/index.cache
+help/html/
 gnome-doc-utils.make
 install-sh
 libtool
diff --git a/help/Makefile.am b/help/Makefile.am
index e97e73d..31a51df 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -51,3 +51,8 @@ DOC_PAGES = \
     trimming.page \
     usingclips.page \
     welcomedialog.page
+
+html:
+	mkdir -p html
+	yelp-build cache C/*.page
+	yelp-build html -o html C/*.page



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