mirror of https://github.com/GNOME/gimp.git
20 lines
321 B
Makefile
20 lines
321 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
helpdatadir = $(gimpdatadir)/help
|
|
|
|
helpdata_DATA = \
|
|
welcome.html \
|
|
contents.html \
|
|
index.html \
|
|
eek.png \
|
|
wilber.png
|
|
|
|
EXTRA_DIST = $(helpdata_DATA)
|
|
|
|
.PHONY: files
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|