Files
gimp/data/patterns/Animal/Makefile.am
Michael Natterer d1f8fa01a8 data: sort patterns into subdirectories so they get tagged automatically
This does not mean that our patterns are all of a sudden "proper" now,
but the categories (except "Legacy") hopefully make sense for new high
quality patterns that will be added, and it's better than having them
all untagged.
2015-02-11 21:13:33 +01:00

11 lines
201 B
Makefile

## Makefile.am for gimp/data/patterns/Animal
patternsanimaldatadir = $(gimpdatadir)/patterns/Animal
patternsanimaldata_DATA = \
leather.pat \
leopard.pat
EXTRA_DIST = $(patternsanimaldata_DATA)