Extract of a selection by Jose Americo Gobbo. Reviewed by Aryeom and myself for integration. From what I could gather, authors are: - Grunge 01 by Rene Jensen. - Stone Work 01 by Mathias Jonathan (Griffeur). - Pencil 03 and Charcoal 03 by Americo. According to information from Americo, all data is GPL v3.0.
17 lines
345 B
Makefile
17 lines
345 B
Makefile
## Makefile.am for gimp/data/brushes/Sketch
|
|
|
|
brushsketchdatadir = $(gimpdatadir)/brushes/Sketch
|
|
|
|
brushsketchdata_DATA = \
|
|
Chalk-01.gih \
|
|
Chalk-02.gih \
|
|
Chalk-03.gih \
|
|
Charcoal-01.gbr \
|
|
Charcoal-02.gbr \
|
|
Charcoal-03.gih \
|
|
Pencil-01.gih \
|
|
Pencil-02.gih \
|
|
Pencil-03.gih \
|
|
Pencil-Scratch.gbr
|
|
|
|
EXTRA_DIST = $(brushsketchdata_DATA)
|