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.
22 lines
486 B
Makefile
22 lines
486 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
helpdatadir = $(gimpdatadir)/help/C/dialogs/layers
|
|
|
|
helpdata_DATA = \
|
|
add_mask.html \
|
|
edit_layer_attributes.html \
|
|
index.html \
|
|
layers.html \
|
|
layer_boundary_size.html \
|
|
merge_visible_layers.html \
|
|
new_layer.html \
|
|
scale_layer.html
|
|
|
|
EXTRA_DIST = $(helpdata_DATA)
|
|
|
|
.PHONY: files
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|