blob: 98b720c2b5a647d93637281d58bee9d95b6d2fdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
keysdir = $(datadir)/inkscape/keys
keys_DATA = \
default.xml \
inkscape.xml \
xara.xml \
macromedia-freehand-mx.xml \
adobe-illustrator-cs2.xml \
right-handed-illustration.xml \
corel-draw-x4.xml \
corel-draw-x8.xml \
zoner-draw.xml \
acd-canvas.xml
EXTRA_DIST = $(keys_DATA)
|