diff options
Diffstat (limited to 'data/starthere/Makefile.am')
-rw-r--r-- | data/starthere/Makefile.am | 14 |
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) |