summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 13217cd)
raw | patch | inline | side by side (parent: 13217cd)
author | acspike <acspike@users.sourceforge.net> | |
Wed, 25 Apr 2007 03:40:28 +0000 (03:40 +0000) | ||
committer | acspike <acspike@users.sourceforge.net> | |
Wed, 25 Apr 2007 03:40:28 +0000 (03:40 +0000) |
configure.ac | patch | blob | history | |
po/POTFILES.in | patch | blob | history | |
share/extensions/Barcode/.cvsignore | [new file with mode: 0644] | patch | blob |
share/extensions/Barcode/Makefile.am | [new file with mode: 0644] | patch | blob |
share/extensions/Makefile.am | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 9243775190fab1ebb46e9eea73f8f9e689ea3191..e80bea60c21dc1c064274aa6e4b1d4ad47b52bc9 100644 (file)
--- a/configure.ac
+++ b/configure.ac
share/clipart/Makefile
share/examples/Makefile
share/extensions/Makefile
+share/extensions/Barcode/Makefile
share/fonts/Makefile
share/gradients/Makefile
share/icons/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3c870421a8dc3347568ca68b95c5522f80347d5f..4243a40e77de0c8b26f85f5a75728ed5592c6eae 100644 (file)
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
[type: gettext/xml] share/extensions/radiusrand.inx
[type: gettext/xml] share/extensions/randompnt.inx
[type: gettext/xml] share/extensions/randompos.inx
+[type: gettext/xml] share/extensions/render_barcode.inx
[type: gettext/xml] share/extensions/rtree.inx
[type: gettext/xml] share/extensions/sk_input.inx
[type: gettext/xml] share/extensions/spirograph.inx
diff --git a/share/extensions/Barcode/.cvsignore b/share/extensions/Barcode/.cvsignore
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile.in
+Makefile
diff --git a/share/extensions/Barcode/Makefile.am b/share/extensions/Barcode/Makefile.am
--- /dev/null
@@ -0,0 +1,19 @@
+
+barcodedir = $(datadir)/inkscape/extensions/Barcode
+
+barcode_SCRIPTS = \
+ Base.py \
+ Code128.py \
+ Code39Ext.py \
+ Code39.py \
+ Code93.py \
+ EAN13.py \
+ EAN8.py \
+ __init__.py \
+ RM4CC.py \
+ UPCA.py \
+ UPCE.py
+
+EXTRA_DIST = \
+ $(barcode_SCRIPTS)
+
index 46cb372a9124be576aa1a4ba5789fff1f216540f..95d73ddc85d1f948ed4b9a2adf33c728b7018038 100644 (file)
+SUBDIRS = Barcode
+
extensiondir = $(datadir)/inkscape/extensions
otherstuffdir = $(datadir)/inkscape/extensions