gtkmm r1021 - in trunk: . docs docs/reference



Author: murrayc
Date: Sat Aug  2 10:10:23 2008
New Revision: 1021
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1021&view=rev

Log:
2008-08-02  Murray Cumming  <murrayc murrayc com>

* docs/Makefile.am: Do not install non-existant index.html.
* docs/reference/Makefile.am: Correct the installdox link to 
pangomm.
* docs/reference/gtkmm_header.html_fragment: Change the Main 
Page link to gtkmm.org/documentation.shtml.

Modified:
   trunk/ChangeLog
   trunk/docs/Makefile.am
   trunk/docs/reference/Makefile.am
   trunk/docs/reference/gtkmm_header.html_fragment

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Sat Aug  2 10:10:23 2008
@@ -16,10 +16,10 @@
 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) post-html); \
 	done
 
-post-html-local: index.html
-	scp $$SSH_OPT $^ $$USER $(web_host):$(web_path_docs)
+#post-html-local: index.html
+#	scp $$SSH_OPT $^ $$USER $(web_host):$(web_path_docs)
 
-post-html: post-html-recursive post-html-local
+post-html: post-html-recursive
 
 doc-clean-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \

Modified: trunk/docs/reference/Makefile.am
==============================================================================
--- trunk/docs/reference/Makefile.am	(original)
+++ trunk/docs/reference/Makefile.am	Sat Aug  2 10:10:23 2008
@@ -30,7 +30,7 @@
 	done; \
 	DOXYGEN_IMAGE_PATH="$${DOXYGEN_IMAGE_PATH:=$$image_path}" doxygen $(doxygen_configfile) \
 	2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
-	cd html && ./installdox -l glibmm_doxygen_tags   /../../../glibmm-2.4/docs/reference/html -l pangomm_doxygen_tags   /../../../pangomm-2.4/docs/reference/html \
+	cd html && ./installdox -l glibmm_doxygen_tags   /../../../glibmm-2.4/docs/reference/html -l pangomm_doxygen_tags   /../../../pangomm-1.4/docs/reference/html \
 	2>> doxygen-warnings.txt | tee -a doxygen-output.txt && cd ..
 	$(beautify_docs) html 2>> doxygen-warnings.txt | tee -a doxygen-output.txt
 

Modified: trunk/docs/reference/gtkmm_header.html_fragment
==============================================================================
--- trunk/docs/reference/gtkmm_header.html_fragment	(original)
+++ trunk/docs/reference/gtkmm_header.html_fragment	Sat Aug  2 10:10:23 2008
@@ -11,7 +11,7 @@
 </tr>
 </table>
 <center>
-  <a class="qindex" href="../../index.html">Main Page</a> &nbsp;
+  <a class="qindex" href="http://www.gtkmm.org/documentation.shtml";>Main Page</a> &nbsp;
   <a href="group__Widgets.html">Widgets</a> &nbsp;
   <a class="qindex" href="namespaces.html"> Namespaces</a> &nbsp;
   <a href="../../tutorial/html/index.html"> Book</a> &nbsp;



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