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, ...
19 lines
372 B
Makefile
19 lines
372 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
helpdatadir = $(gimpdatadir)/help/C/dialogs/paths
|
|
|
|
helpdata_DATA = \
|
|
edit_path_attributes.html \
|
|
export_path.html \
|
|
import_path.html \
|
|
paths.html
|
|
|
|
EXTRA_DIST = $(helpdata_DATA)
|
|
|
|
.PHONY: files
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|