2000-12-15 Michael Natterer <mitch@gimp.org> * configure.in * help/*: Updated Gimp-Help. See help/ChangeLog for details. * app/channels_dialog.c * app/gdisplay.c * app/gradient.c * app/layers_dialog.c * app/menus.c * app/paths_dialog.c * app/preferences_dialog.c * app/resize.c: fixed menu paths. * plug-ins/helpbrowser/helpbrowser.c: load a special "undocumented_filter.html" page if a filter was not found. Adapted to the new help structure. 2000-12-15 Michael Natterer <mitch@gimp.org> * makedummyhelpfile.sh * makeindex.sh: removed. * images/*: added some images. * help/*: Updated to the latest version of the gimp-help CVS module. This Version instoduces a bunch of new toplevel HTML files for general topics, an autogenerated index, TOC, glossary, an "image" directory on the "C" level, peace, love, and stuff... Thanks to all help writers: Prof, Bex, Piers, ...
55 lines
1.3 KiB
Makefile
55 lines
1.3 KiB
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
helpdatadir = $(gimpdatadir)/help/C/tools
|
|
|
|
helpdata_DATA = \
|
|
airbrush.html \
|
|
bezier_select.html \
|
|
blend.html \
|
|
brightness_contrast.html \
|
|
bucket_fill.html \
|
|
by_color_select.html \
|
|
clone.html \
|
|
color_balance.html \
|
|
color_picker.html \
|
|
convolve.html \
|
|
crop.html \
|
|
curves.html \
|
|
dodgeburn.html \
|
|
ellipse_select.html \
|
|
eraser.html \
|
|
flip.html \
|
|
free_select.html \
|
|
fuzzy_select.html \
|
|
histogram.html \
|
|
hue_saturation.html \
|
|
index.html \
|
|
ink.html \
|
|
intelligent_scissors.html \
|
|
levels.html \
|
|
magnify.html \
|
|
measure.html \
|
|
move.html \
|
|
paintbrush.html \
|
|
path.html \
|
|
pencil.html \
|
|
posterize.html \
|
|
rect_select.html \
|
|
smudge.html \
|
|
text.html \
|
|
threshold.html \
|
|
transform.html \
|
|
transform_perspective.html \
|
|
transform_rotate.html \
|
|
transform_scale.html \
|
|
transform_shear.html
|
|
|
|
EXTRA_DIST = $(helpdata_DATA)
|
|
|
|
.PHONY: files
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|