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
190 B
Makefile
9 lines
190 B
Makefile
## Makefile.am for gimp/data/patterns/Food
|
|
|
|
patternsfooddatadir = $(gimpdatadir)/patterns/Food
|
|
|
|
patternsfooddata_DATA = \
|
|
choc_swirl.pat \
|
|
java.pat
|
|
|
|
EXTRA_DIST = $(patternsfooddata_DATA)
|