Files
gimp/help/C/open/Makefile.am
Michael Natterer 6eae7942fb app/menus.c Minor help system fixes.
1999-12-17  Michael Natterer  <mitch@gimp.org>

	* app/menus.c
	* app/paths_dialog.c: Minor help system fixes.

	* app/app_procs.c: I thought we should have a real splash (without
	decoration). Like it???

	* app/about_dialog.c
	* app/flip_tool.c
	* app/gradient.c
	* app/levels.c
	* app/measure.c
	* app/text_tool.c
	* app/tools.c
	* app/transform_tool.c: Did some code browsing: I18N fixes,
	s/gtk_window_position/gtk_window_set_position/g, indentation
	paranoia, some g/<type>/g<type>/, various stuff (didn't change any
	logic).
1999-12-17 16:37:50 +00:00

23 lines
494 B
Makefile

## Process this file with automake to produce Makefile.in
helpdatadir = $(gimpdatadir)/help/C/open
helpdata_DATA = \
index.html \
open_by_extension.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 $(helpdatadir)/dialogs
ln -sf ../dialogs $(helpdatadir)/dialogs
rm -f $(helpdatadir)/filters
ln -sf ../filters $(helpdatadir)/filters