
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.
9 lines
178 B
Makefile
9 lines
178 B
Makefile
## Makefile.am for gimp/data/patterns/Plant
|
|
|
|
patternsplantdatadir = $(gimpdatadir)/patterns/Plant
|
|
|
|
patternsplantdata_DATA = \
|
|
leaves.pat
|
|
|
|
EXTRA_DIST = $(patternsplantdata_DATA)
|