diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-04-28 20:33:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-28 20:33:13 -0400 |
| commit | 3b4c57d7fc88635d8a696c5279b39dcafa1f8b34 (patch) | |
| tree | d762c17c7d3f4b1064b1b7adfb4ffcde42f981c2 /Makefile | |
| parent | 14828d6fa2d290fb5f10b2e5956b2fa1153588d5 (diff) | |
| parent | 7ab8dc4018600dcf760c6029c62f04fb6e0257b3 (diff) | |
Merge pull request #154 from lexelby/lexelby-thread-palettes
adds an extension to install manufacturer thread palettes as Inkscape palettes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -EXTENSIONS:=embroider embroider_params embroider_simulate embroider_print embroider_input +EXTENSIONS:=embroider embroider_params embroider_simulate embroider_print embroider_input embroider_palettes # This gets the branch name or the name of the tag VERSION:=$(TRAVIS_BRANCH) @@ -9,6 +9,7 @@ dist: distclean locales bin/build-dist $(EXTENSIONS) cp inx/*.inx dist cp -a images/examples dist/inkstitch + cp -a palettes dist/inkstitch mkdir -p dist/inkstitch/bin/locales cp -a locales/* dist/inkstitch/bin/locales cp -a print dist/inkstitch/bin/ |
