gtkmm-documentation r51 - in trunk: . docs/tutorial



Author: murrayc
Date: Wed Jun 11 09:16:31 2008
New Revision: 51
URL: http://svn.gnome.org/viewvc/gtkmm-documentation?rev=51&view=rev

Log:
2008-06-11  Murray Cumming  <murrayc murrayc com>

* docs/tutorial/Makefile.am: Put the style.css in the html directory, 
and use it from there, so it is self contained. This also fixes the 
upload, because we were assuming that it was there already.
 Thanks to Gerald Wodni.

Modified:
   trunk/ChangeLog
   trunk/docs/tutorial/Makefile.am

Modified: trunk/docs/tutorial/Makefile.am
==============================================================================
--- trunk/docs/tutorial/Makefile.am	(original)
+++ trunk/docs/tutorial/Makefile.am	Wed Jun 11 09:16:31 2008
@@ -64,11 +64,12 @@
 html/index.html: C/gtkmm-tut-with-examples.xml Makefile.am
 	rm -rf html
 	$(mkinstalldirs) html
+	cp style.css html/
 	cp -r C/figures html/
 	cp -r C/icons html/
 	$(XSLTPROC) \
 		--param toc.section.depth 1	\
-		--stringparam html.stylesheet "../style.css"	\
+		--stringparam html.stylesheet "style.css"	\
 		--stringparam admon.graphics 1	\
 		--stringparam admon.graphics.path "icons/"	\
 		--stringparam admon.graphics.extension ".png"	\



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