aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Willcox <jwillcox@gnome.org>2003-02-22 07:42:36 +0800
committerJames Willcox <jwillcox@src.gnome.org>2003-02-22 07:42:36 +0800
commitec5b9cf692fb2dfd17a21eb17c9f7373afb8f2ac (patch)
treea7443e38303192f96ee08803ed8616058783b45b
parent4278f80b4cd2937dac80a12c727e21be3aceae1f (diff)
downloadgsoc2013-epiphany-ec5b9cf692fb2dfd17a21eb17c9f7373afb8f2ac.tar
gsoc2013-epiphany-ec5b9cf692fb2dfd17a21eb17c9f7373afb8f2ac.tar.gz
gsoc2013-epiphany-ec5b9cf692fb2dfd17a21eb17c9f7373afb8f2ac.tar.bz2
gsoc2013-epiphany-ec5b9cf692fb2dfd17a21eb17c9f7373afb8f2ac.tar.lz
gsoc2013-epiphany-ec5b9cf692fb2dfd17a21eb17c9f7373afb8f2ac.tar.xz
gsoc2013-epiphany-ec5b9cf692fb2dfd17a21eb17c9f7373afb8f2ac.tar.zst
gsoc2013-epiphany-ec5b9cf692fb2dfd17a21eb17c9f7373afb8f2ac.zip
Remove the css file from the build.
2003-02-21 James Willcox <jwillcox@gnome.org> * data/starthere/Makefile.am: Remove the css file from the build.
-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) \