summaryrefslogtreecommitdiffstats
path: root/share/patterns
diff options
context:
space:
mode:
Diffstat (limited to 'share/patterns')
-rw-r--r--share/patterns/.cvsignore2
-rw-r--r--share/patterns/Makefile.am7
-rw-r--r--share/patterns/README5
3 files changed, 14 insertions, 0 deletions
diff --git a/share/patterns/.cvsignore b/share/patterns/.cvsignore
new file mode 100644
index 000000000..282522db0
--- /dev/null
+++ b/share/patterns/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/share/patterns/Makefile.am b/share/patterns/Makefile.am
new file mode 100644
index 000000000..88007a394
--- /dev/null
+++ b/share/patterns/Makefile.am
@@ -0,0 +1,7 @@
+
+patternsdir = $(datadir)/inkscape/patterns
+
+patterns_DATA = \
+ README
+
+EXTRA_DIST = $(patterns_DATA)
diff --git a/share/patterns/README b/share/patterns/README
new file mode 100644
index 000000000..0dd74cf49
--- /dev/null
+++ b/share/patterns/README
@@ -0,0 +1,5 @@
+This new folder is part of the Inkscape 0.38 directory reorganization. Please place the appropriate files into this folder.
+
+Thank You!
+
+Inkscape Developers