pangomm r11 - in trunk: . docs docs/images docs/reference



Author: murrayc
Date: Sat Aug  2 10:02:50 2008
New Revision: 11
URL: http://svn.gnome.org/viewvc/pangomm?rev=11&view=rev

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

* docs/Makefile.am: Do not try to upload a non-existant index.html
* docs/images/Makefile.am: Correct the filenames.
* docs/reference/pangomm_header.html_fragment: Change the links as 
in glibmm.

Modified:
   trunk/ChangeLog
   trunk/docs/Makefile.am
   trunk/docs/images/Makefile.am
   trunk/docs/reference/pangomm_header.html_fragment

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Sat Aug  2 10:02:50 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/images/Makefile.am
==============================================================================
--- trunk/docs/images/Makefile.am	(original)
+++ trunk/docs/images/Makefile.am	Sat Aug  2 10:02:50 2008
@@ -7,7 +7,7 @@
 imagesdir   = $(pangomm_docdir)/images
 images_DATA = gtkmm_logo.gif top.gif
 
-post-html: pangomm_logo.gif top.gif
+post-html: gtkmm_logo.gif top.gif
 	rsync $(rsync_args) $^ $$USER $(web_host):$(web_path_docs)images/
 
 doc-clean:

Modified: trunk/docs/reference/pangomm_header.html_fragment
==============================================================================
--- trunk/docs/reference/pangomm_header.html_fragment	(original)
+++ trunk/docs/reference/pangomm_header.html_fragment	Sat Aug  2 10:02:50 2008
@@ -11,10 +11,9 @@
 </tr>
 </table>
 <center>
-  <a class="qindex" href="../../index.html">Main Page</a> &nbsp;
-  <a href="group__Widgets.html">Widgets</a> &nbsp;
+  <a class="qindex" href="http://www.gtkmm.org/documentation.shtml";>Main Page</a> &nbsp;
   <a class="qindex" href="namespaces.html"> Namespaces</a> &nbsp;
-  <a href="../../tutorial/html/index.html"> Book</a> &nbsp;
+  <a href="../../../../gtkmm-2.4/docs/tutorial/html/index.html"> Book</a> &nbsp;
 </center>
 <hr width="100%"/>
 <!-- begin main content -->



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