gimp/help/C/file/Makefile.am
Michael Natterer 06e409e0f7 configure.in Updated Gimp-Help. See help/ChangeLog for details.
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, ...
2000-12-15 03:47:24 +00:00

29 lines
740 B
Makefile

## Process this file with automake to produce Makefile.in
helpdatadir = $(gimpdatadir)/help/C/file
helpdata_DATA = \
close.html \
index.html \
last_opened.html \
quit.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
install-data-local:
rm -f $(DESTDIR)$(helpdatadir)/dialogs
$(LN_S) ../dialogs $(DESTDIR)$(helpdatadir)/dialogs
rm -f $(DESTDIR)$(helpdatadir)/filters
$(LN_S) ../filters $(DESTDIR)$(helpdatadir)/filters
rm -f $(DESTDIR)$(helpdatadir)/open
$(LN_S) ../open $(DESTDIR)$(helpdatadir)/open
rm -f $(DESTDIR)$(helpdatadir)/save
$(LN_S) ../save $(DESTDIR)$(helpdatadir)/save