glibmm r603 - in trunk: . docs/reference



Author: jjongsma
Date: Sat Feb 16 03:47:45 2008
New Revision: 603
URL: http://svn.gnome.org/viewvc/glibmm?rev=603&view=rev

Log:
	* docs/reference/Makefile.am: install the stylesheet in the gmmproc dir
	instead of the documentation directory.  This allows other libraries to get
	a path to the stylesheet by querying the just-added gmmprocdir variable.
	Also, it doesn't really belong in the documentation directory since it's not
	technically documentation.



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

Modified: trunk/docs/reference/Makefile.am
==============================================================================
--- trunk/docs/reference/Makefile.am	(original)
+++ trunk/docs/reference/Makefile.am	Sat Feb 16 03:47:45 2008
@@ -9,7 +9,8 @@
 referencedir = $(gtkmm_docdir)/reference/html
 devhelpdir = $(datadir)/devhelp/books/glibmm-2.4
 
-stylesheetdir = $(gtkmm_docdir)
+#install the devhelp stylesheet to be used by other libraries as well
+stylesheetdir = $(GMMPROC_DIR)
 stylesheet_DATA = $(devhelp_stylesheet)
 
 include $(top_srcdir)/docs/Makefile_web.am_fragment



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