gimp/help/Makefile.am
Sven Neumann 4cc52e24b0 Michael Natterer <mitschel@cs.tu-berlin.de>
1999-06-28  Sven Neumann  <sven@gimp.org>
	    Michael Natterer  <mitschel@cs.tu-berlin.de>

	* help/Makefile.am
	* help/eek.png
	* plug-ins/helpbrowser/helpbroswer.c: to see what this change
	does, you'll have to compile it :)
1999-06-28 15:58:09 +00:00

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