Makefile.am revision f4f91c9752d845ba4e62f276ebf6e8e57eca70e8
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNico alphabet_soup \
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNicoextensiondir = $(datadir)/inkscape/extensions
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNicootherstuffdir = $(datadir)/inkscape/extensions
57095d8ba60dfd4d9956b1260b16c58e0320fe9aJazzyNicomoduledir = $(datadir)/inkscape/extensions
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico# If you remove an extension from here, either add it to EXTRA_DIST
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico# below, or remove all mention of it from po/inkscape.pot as well.
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNicoextensions = \
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNicootherstuff = \
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNicoextension_SCRIPTS = \
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNico $(extensions)
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNicootherstuff_DATA = \
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNico $(otherstuff)
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNicomodule_DATA = \
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNicoEXTRA_DIST = \
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNico $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)