mirror of https://github.com/GNOME/gimp.git
23 lines
474 B
Makefile
23 lines
474 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
helpdatadir = $(gimpdatadir)/help/C/dialogs/preferences
|
|
|
|
helpdata_DATA = \
|
|
directories.html \
|
|
display.html \
|
|
environment.html \
|
|
interface.html \
|
|
monitor.html \
|
|
new_file.html \
|
|
preferences.html \
|
|
session.html
|
|
|
|
EXTRA_DIST = $(helpdata_DATA)
|
|
|
|
.PHONY: files
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|