Gimp/help/C/layers/stack/Makefile.am

17 lines
306 B
Text
Raw Normal View History

1999-10-04 01:40:33 -07:00
## Process this file with automake to produce Makefile.in
helpdatadir = $(gimpdatadir)/help/C/layers/stack
helpdata_DATA = \
index.html \
stack.html
EXTRA_DIST = $(helpdata_DATA)
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done