summaryrefslogtreecommitdiffstats
path: root/share/attributes/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'share/attributes/Makefile.am')
-rw-r--r--share/attributes/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/attributes/Makefile.am b/share/attributes/Makefile.am
new file mode 100644
index 000000000..9834c5b14
--- /dev/null
+++ b/share/attributes/Makefile.am
@@ -0,0 +1,10 @@
+
+attributesdir = $(datadir)/inkscape/attributes
+
+attributes_DATA = \
+ svgprops \
+ cssprops \
+ css_defaults \
+ README
+
+EXTRA_DIST = $(attributes_DATA)