Gimp/help/C/layers/Makefile.am
Michael Natterer 990a071c4b set <Image>/File/Revert... insensitive if the image has no filename.
2000-03-01  Michael Natterer  <mitch@gimp.org>

	* app/gdisplay.c: set <Image>/File/Revert... insensitive if the
	image has no filename.

	* plug-ins/common/uniteditor.c: minor fix.

2000-03-01  Michael Natterer  <mitch@gimp.org>

	* C/dialogs/layers/Makefile.am
	* C/dialogs/layers/index.html
	* C/dialogs/layers/apply_mask.html: removed.

	* C/layers/Makefile.am
	* C/layers/index.html
	* C/layers/apply_mask.html
	* C/layers/delete_mask.html: new files.
2000-02-29 23:32:39 +00:00

38 lines
921 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = stack
helpdatadir = $(gimpdatadir)/help/C/layers
helpdata_DATA = \
add_alpha_channel.html \
alpha_to_selection.html \
anchor_layer.html \
apply_mask.html \
delete_layer.html \
delete_mask.html \
duplicate_layer.html \
flatten_image.html \
index.html \
layer_to_image_size.html \
mask_to_selection.html \
merge_down.html
EXTRA_DIST = $(helpdata_DATA)
.PHONY: files install-data-local
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done
@for subdir in $(SUBDIRS); do \
files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
for file in $$files; do \
echo $$subdir/$$file; \
done; \
done
install-data-local:
rm -f $(DESTDIR)$(helpdatadir)/dialogs
$(LN_S) ../dialogs/layers $(DESTDIR)$(helpdatadir)/dialogs