pygtk r2984 - in trunk: . docs



Author: bjornl
Date: Sun Jun  1 16:09:13 2008
New Revision: 2984
URL: http://svn.gnome.org/viewvc/pygtk?rev=2984&view=rev

Log:
2008-06-01  BjÃrn Lindqvist  <bjourne gmail com>

	* docs/Makefile.am: Move CSS_DATA variable inside the if
	ENABLE_DOCS block. Makes make work if --enable-docs=no is
	specified and pygobject docs are not available. (bug #536077)


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

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Sun Jun  1 16:09:13 2008
@@ -584,8 +584,6 @@
 
 TARGET_DIR = $(datadir)/gtk-doc/html/pygtk
 CSSdir = $(TARGET_DIR)
-CSS_DATA = $(CSS_FILES)
-
 
 EXTRA_DIST = 				\
 	icons cursors			\
@@ -629,6 +627,8 @@
 BUILT_SOURCES = reference/builddate.xml $(HTML_FILES)
 DISTCLEANFILES = reference/builddate.xml $(HTML_FILES)
 
+CSS_DATA = $(CSS_FILES)
+
 reference/builddate.xml:
 	@$(PYTHON) -c 'import datetime; print datetime.date.today()' > $@
 



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