[libnotifymm] Don't distribute Doxygen log output
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Subject: [libnotifymm] Don't distribute Doxygen log output
- Date: Wed, 6 May 2009 09:55:22 -0400 (EDT)
commit 8bf89796fe5619a6c8012f21a21c00d88783e4d3
Author: Daniel Elstner <danielk openismus com>
Date: Wed May 6 15:52:17 2009 +0200
Don't distribute Doxygen log output
* docs/reference/Makefile.am (html/index.html): Don't put the log
files into the distributed html subdirectory.
---
ChangeLog | 5 +++++
docs/reference/Makefile.am | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 851ee99..d65ce7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
0.6.2:
+2009-05-05 Daniel Elstner <danielk openismus com>
+
+ * docs/reference/Makefile.am (html/index.html): Don't put the log
+ files into the distributed html subdirectory.
+
2009-05-05 David King <davidk openismus com>
* libnotifymm.doap: Add basic DOAP file for 0.6.2 release.
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 3a1c838..4e636f9 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -1,6 +1,6 @@
doxygen_configfile = Doxyfile
doxygen_configfile_source = $(srcdir)/Doxyfile.in
-beautify_docs = @GMM_PROCDIR@/beautify_docs.pl
+beautify_docs = $(GMM_PROCDIR)/beautify_docs.pl
web_host = www.gtkmm.org
web_path = /home/murrayc/gtkmm.org/docs/libnotifymm-1.0/
@@ -21,8 +21,8 @@ html/index.html: $(doxygen_configfile_source)
-rm -rf html
doxygen $(doxygen_configfile) \
2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
- cd html && ./installdox -l glibmm_doxygen_tags http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html \
- 2>> doxygen-warnings.txt | tee -a doxygen-output.txt && cd ..
+ (cd html && ./installdox -l 'glibmm_doxygen_tags http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html') \
+ 2>> doxygen-warnings.txt | tee -a doxygen-output.txt
$(beautify_docs) html 2>> doxygen-warnings.txt | tee -a doxygen-output.txt
post-html: html/index.html
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]