diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-08-08 12:56:40 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2016-08-08 12:56:40 +0000 |
| commit | e471a664f923f517b68071f2e33fbb6ce070f8b7 (patch) | |
| tree | c44eec282bc1c6380c9d92da10c7d1870961ae7f /share/keys | |
| parent | Fix autotools build (diff) | |
| download | inkscape-e471a664f923f517b68071f2e33fbb6ce070f8b7.tar.gz inkscape-e471a664f923f517b68071f2e33fbb6ce070f8b7.zip | |
Remove deprecated Autotools and btool files. Please use CMake instead
(bzr r15046)
Diffstat (limited to 'share/keys')
| -rw-r--r-- | share/keys/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/share/keys/Makefile.am b/share/keys/Makefile.am deleted file mode 100644 index 98b720c2b..000000000 --- a/share/keys/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ - -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) - |
