aboutsummaryrefslogtreecommitdiffstats
path: root/data/starthere/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-09 19:54:18 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-09 19:54:18 +0800
commit33c5910a3d9312ddb30de41eeda7d96d3b98a6c7 (patch)
treeafe4b2b1b4daa44605f73356a3d447114189f74a /data/starthere/Makefile.am
parent50bb5af3f6a571e8e341d26cdd5b7a1b2178d8dd (diff)
downloadgsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.gz
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.bz2
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.lz
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.xz
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.zst
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.zip
remove unused stuff
Diffstat (limited to 'data/starthere/Makefile.am')
-rw-r--r--data/starthere/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/starthere/Makefile.am b/data/starthere/Makefile.am
deleted file mode 100644
index 8aadf129d..000000000
--- a/data/starthere/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-@INTLTOOL_XML_RULE@
-
-xmldir = $(pkgdatadir)/starthere
-xml_in_files = index.xml.in smartbookmarks.xml.in
-xml_DATA = $(xml_in_files:.xml.in=.xml)
-
-pagedir = $(pkgdatadir)/starthere
-page_DATA = section.xsl
-
-EXTRA_DIST = $(xml_DATA) \
- $(xml_in_files) \
- $(page_DATA)
-
-DISTCLEANFILES = $(xml_DATA)