Gimp/help/C/channels/Makefile.am
Michael Natterer 5a01821b1f EEEEEEEEEEK!!!
1999-10-04 08:40:33 +00:00

21 lines
462 B
Makefile

## Process this file with automake to produce Makefile.in
helpdatadir = $(gimpdatadir)/help/C/channels
helpdata_DATA = \
channel_to_selection.html \
channels.html \
delete_channel.html \
duplicate_channel.html \
index.html \
lower_channel.html \
raise_channel.html
EXTRA_DIST = $(helpdata_DATA)
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done