gtk-css-engine r152 - in trunk: . doc



Author: robsta
Date: Wed Oct  1 14:30:43 2008
New Revision: 152
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=152&view=rev

Log:
* NEWS:
* doc/Makefile.am:
Streamline project page generation.



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/doc/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Oct  1 14:30:43 2008
@@ -17,7 +17,7 @@
   allocated space.
 * Gilouche-CSS theme somewhat closer to the original.
 
-#### Internals ###
+### Internals ###
 * Have an internal instance of `ccss_style_t` with default values, `ccss_style_init()`
   initialises the style to those. Then drawing functions don't have to check
   for `NULL` pointers any more, or, at least not handle them functionally.

Modified: trunk/doc/Makefile.am
==============================================================================
--- trunk/doc/Makefile.am	(original)
+++ trunk/doc/Makefile.am	Wed Oct  1 14:30:43 2008
@@ -2,7 +2,14 @@
 EXTRA_DIST = \
 	 01-introduction.txt
 
-gtk-css-engine.html: news.html todo.html readme.html hacking.html
+CLEANFILES = \
+	info.html \
+	news.html \
+	todo.html \
+	readme.html \
+	hacking.html
+
+info.html: news.html todo.html readme.html hacking.html
 	cat $^ > $@
 
 hacking.html: $(top_srcdir)/HACKING



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