cdesktopenv/cde/programs/dthelp/dthelpdemo
Peter Howkins c884521619 Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
..
help Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Dthelpdemo Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
HelpCache.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
HelpCacheI.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
HelpEntry.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
HourGlass.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
HourGlassI.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Main.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Main.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Makefile.DEC Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.HP Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.IBM Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.Sun Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.UXP Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
README Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
helpdemoHelpEnv.csh Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
helpdemoHelpEnv.sh Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00

README

/* $XConsortium: README /main/2 1996/07/15 14:11:16 drk $ */
dthelpdemo
----------

The demo illustrates the use of the CDE Help system.


Steps required to build and preview the dthelpdemo program:


1) Compile the dthelpdemo and sample help volume using the appropriate 
   Makefile for your platform:

   a) Making both the dthelpdemo and help demo sample volume (helpdemo.sdl):

      make -f Makefile.[SUN|HP|IBM]


   b) Making only the dthelpdemo program:

      make -f Makefile.[SUN|HP|IBM] dthelpdemo


   c) Making only the dthelpdemo help volume (helpdemo.sdl):

      make -f Makefile.[SUN|HP|IBM] volume


   d) Cleaning all the generated files for dthelpdemo and the sample help
      volume:

      make -f Makefile.[SUN|HP|IBM] clean



2) Make sure the sample help volume "helpdemo.sdl" used by dthelpdemo is 
   accessable via the DTUSERHELPSEARCHPATH environment variable. To do 
   this use one of the supplied shell scripts:

	. ./helpdemoHelpEnv.sh
	or
	source ./helpdemoHelpEnv.csh


3) Copy the Dthelpdemo to either $HOME or the default location for app-defaults
   files on your system.


4) Run dthelpdemo:

	dthelpdemo


5) To clean up all files generated by the build use:

	make -f Makefile.[SUN|HP|IBM] clean