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.
11 lines
201 B
Makefile
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)
|