summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2013-02-17 17:13:57 +0900
committerDaiki Ueno <ueno@unixuser.org>2013-02-17 17:13:57 +0900
commit401efe924f1887f9cc302a9c30d5127e5eed5570 (patch)
treefe412e11ee6965d5ed76bef8b94b5b7012c65cd6 /data
parent76607ec43ccf7f3a8d2a5fb05e58163770050786 (diff)
downloadcaribou-401efe924f1887f9cc302a9c30d5127e5eed5570.tar.gz
Revert "Define make dependencies on layout files"
This reverts commit fdf8f0e68e6e1c69496c8fd1146d5e363d1776e0. It did not work well with the existing wildcard rules.
Diffstat (limited to 'data')
-rw-r--r--data/layouts/fullscale/Makefile.am2
-rw-r--r--data/layouts/touch/Makefile.am2
2 files changed, 0 insertions, 4 deletions
diff --git a/data/layouts/fullscale/Makefile.am b/data/layouts/fullscale/Makefile.am
index 852b0ab..7d3eae9 100644
--- a/data/layouts/fullscale/Makefile.am
+++ b/data/layouts/fullscale/Makefile.am
@@ -7,8 +7,6 @@ common_files = \
common/qwerty.xml \
common/symbols.xml
-$(fullscalelayouts_DATA): $(fullscalelayouts_in_files) $(common_files)
-
%.xsl: %.xml.in
xsltproc --xinclude $(top_srcdir)/tools/basic.xsl $< > $@
diff --git a/data/layouts/touch/Makefile.am b/data/layouts/touch/Makefile.am
index eb4cc96..755107f 100644
--- a/data/layouts/touch/Makefile.am
+++ b/data/layouts/touch/Makefile.am
@@ -9,8 +9,6 @@ common_files = \
common/qwerty.xml \
common/symbols.xml
-$(touchlayouts_DATA): $(touchlayouts_in_files) $(common_files)
-
%.xsl: %.xml.in
xsltproc --xinclude $(top_srcdir)/tools/basic.xsl $< > $@