diff --git a/ChangeLog b/ChangeLog index 64fad5f4b8..f9a5e829f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-12-19 Michael Natterer + + * configure.in: create help/C/toolbox/help/Makefile. + 1999-12-19 Michael Natterer * app/menus.c: move /Dialogs after /Tools and add a diff --git a/configure.in b/configure.in index b06e27dd0d..387259c9ef 100644 --- a/configure.in +++ b/configure.in @@ -781,6 +781,7 @@ help/C/open/Makefile help/C/paths/Makefile help/C/save/Makefile help/C/toolbox/Makefile +help/C/toolbox/help/Makefile help/C/tools/Makefile help/images/Makefile], [ diff --git a/help/C/toolbox/Makefile.am b/help/C/toolbox/Makefile.am index 8a2c3c9c9c..3377583aa0 100644 --- a/help/C/toolbox/Makefile.am +++ b/help/C/toolbox/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +SUBDIRS = help + helpdatadir = $(gimpdatadir)/help/C/toolbox helpdata_DATA = \ @@ -14,6 +16,12 @@ files: @files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \ echo $$p; \ done + @for subdir in $(SUBDIRS); do \ + files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \ + for file in $$files; do \ + echo $$subdir/$$file; \ + done; \ + done install-data-local: rm -f $(helpdatadir)/dialogs diff --git a/help/C/toolbox/help/.cvsignore b/help/C/toolbox/help/.cvsignore new file mode 100644 index 0000000000..3dda72986f --- /dev/null +++ b/help/C/toolbox/help/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/help/C/toolbox/help/Makefile.am b/help/C/toolbox/help/Makefile.am new file mode 100644 index 0000000000..ed48ffa8bb --- /dev/null +++ b/help/C/toolbox/help/Makefile.am @@ -0,0 +1,22 @@ +## Process this file with automake to produce Makefile.in + +helpdatadir = $(gimpdatadir)/help/C/toolbox/help + +helpdata_DATA = \ + context_help.html \ + index.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 diff --git a/help/C/toolbox/help/context_help.html b/help/C/toolbox/help/context_help.html new file mode 100644 index 0000000000..c2201705ee --- /dev/null +++ b/help/C/toolbox/help/context_help.html @@ -0,0 +1,31 @@ + + + + + Help Page for context_help + + + + + + + + + + + +
+ context_help help page +
+

+ Index

+ (/toolbox/help/context_help.html)

+ Sorry but the help file for context_help is not yet done. +

+ /Karin & Olof +

+

+ + + diff --git a/help/C/toolbox/help/index.html b/help/C/toolbox/help/index.html new file mode 100644 index 0000000000..3814dd14f8 --- /dev/null +++ b/help/C/toolbox/help/index.html @@ -0,0 +1,32 @@ + + + + + Index for help + + + + + + + + + + + +
+ help Index +
+

+ (/toolbox/help/index.html)

+ Top index

+

Topics in this directory:

+ context_help
+

+ /Karin & Olof +

+

+ + + diff --git a/help/ChangeLog b/help/ChangeLog index 9ac9235076..99c8f15f7f 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +1999-12-19 Michael Natterer + + * C/toolbox/help/*: we forgot help for help ;-) + 1999-12-19 Michael Natterer * C/filters/Makefile.am