diff options
author | James Willcox <jwillcox@gnome.org> | 2003-02-22 07:42:36 +0800 |
---|---|---|
committer | James Willcox <jwillcox@src.gnome.org> | 2003-02-22 07:42:36 +0800 |
commit | ec5b9cf692fb2dfd17a21eb17c9f7373afb8f2ac (patch) | |
tree | a7443e38303192f96ee08803ed8616058783b45b | |
parent | 4278f80b4cd2937dac80a12c727e21be3aceae1f (diff) | |
download | gsoc2013-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-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/starthere/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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) \ |