summaryrefslogtreecommitdiffstats
path: root/share/patterns
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-01-16 02:36:01 +0000
committermental <mental@users.sourceforge.net>2006-01-16 02:36:01 +0000
commit179fa413b047bede6e32109e2ce82437c5fb8d34 (patch)
treea5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /share/patterns
downloadinkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz
inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip
moving trunk for module inkscape
(bzr r1)
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