aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--data/starthere/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dd37d1c36..c816be8f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-02-21 James Willcox <jwillcox@gnome.org>
+ * data/starthere/Makefile.am:
+
+ Remove the css file from the build.
+
+2003-02-21 James Willcox <jwillcox@gnome.org>
+
* data/starthere/section.xsl:
* lib/ephy-start-here.c: (color_to_string), (build_content):
diff --git a/data/starthere/Makefile.am b/data/starthere/Makefile.am
index 1cdf7815f..d6ad77fed 100644
--- a/data/starthere/Makefile.am
+++ b/data/starthere/Makefile.am
@@ -5,7 +5,7 @@ xml_in_files = index.xml.in smartbookmarks.xml.in
xml_DATA = $(xml_in_files:.xml.in=.xml)
pagedir = $(pkgdatadir)/starthere
-page_DATA = section.xsl section.css
+page_DATA = section.xsl
EXTRA_DIST = $(xml_DATA) \
$(xml_in_files) \