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
183 B
Makefile
9 lines
183 B
Makefile
## Makefile.am for gimp/data/patterns/Fabric
|
|
|
|
patternsfabricdatadir = $(gimpdatadir)/patterns/Fabric
|
|
|
|
patternsfabricdata_DATA = \
|
|
burlap.pat
|
|
|
|
EXTRA_DIST = $(patternsfabricdata_DATA)
|