1999-10-04 01:40:33 -07:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
helpdatadir = $(gimpdatadir)/help/C/paths
|
|
|
|
|
|
|
|
|
|
helpdata_DATA = \
|
|
|
|
|
copy_path.html \
|
|
|
|
|
delete_path.html \
|
|
|
|
|
duplicate_path.html \
|
|
|
|
|
index.html \
|
|
|
|
|
new_path.html \
|
|
|
|
|
paste_path.html \
|
|
|
|
|
path_to_selection.html \
|
|
|
|
|
stroke_path.html
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = $(helpdata_DATA)
|
|
|
|
|
|
1999-12-17 08:37:50 -08:00
|
|
|
.PHONY: files install-data-local
|
1999-10-04 01:40:33 -07:00
|
|
|
|
|
|
|
|
files:
|
|
|
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
|
|
|
echo $$p; \
|
|
|
|
|
done
|
1999-12-17 08:37:50 -08:00
|
|
|
|
|
|
|
|
install-data-local:
|
|
|
|
|
rm -f $(helpdatadir)/dialogs
|
|
|
|
|
ln -sf ../dialogs/paths $(helpdatadir)/dialogs
|
|
|
|
|
rm -f $(helpdatadir)/filters
|
|
|
|
|
ln -sf ../filters $(helpdatadir)/filters
|