Gimp/help/C/dialogs/preferences/Makefile.am
Sven Neumann 6feb0330a6 provided gimp_strescape() which is the glib-1.3 g_strescape function
added a default_comment which gets attached to all new images


--Sven
2000-03-12 00:17:30 +00:00

24 lines
515 B
Makefile

## Process this file with automake to produce Makefile.in
helpdatadir = $(gimpdatadir)/help/C/dialogs/preferences
helpdata_DATA = \
default_comment.html \
directories.html \
display.html \
environment.html \
index.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