Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
26
cde/programs/dthelp/help4help/Makefile
Normal file
26
cde/programs/dthelp/help4help/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
# $XConsortium: Makefile /main/2 1996/05/13 11:32:08 drk $
|
||||
# ###############################################
|
||||
# Makefile for building the Help4Help volume
|
||||
#
|
||||
# (c) Copyright 1993, 1994 Hewlett-Packard Company
|
||||
# (c) Copyright 1993, 1994 International Business Machines Corp.
|
||||
# (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
||||
# (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
|
||||
# Novell, Inc.
|
||||
#
|
||||
# ###############################################
|
||||
|
||||
HELPSRC = Help4Help.htg
|
||||
HELPVOL = Help4Help.sdl
|
||||
HELPCHARSET = iso8859.1
|
||||
|
||||
all: $(HELPVOL)
|
||||
|
||||
$(HELPVOL): $(HELPSRC)
|
||||
dthelptag $(HELPSRC)
|
||||
# dthelptag -verbose -charset $(HELPCHARSET) $(HELPSRC)
|
||||
|
||||
clean:
|
||||
dthelptag -clean $(HELPSRC)
|
||||
|
||||
|
||||
11
cde/programs/dthelp/help4help/README
Normal file
11
cde/programs/dthelp/help4help/README
Normal file
@@ -0,0 +1,11 @@
|
||||
/* $XConsortium: README /main/2 1996/07/15 14:11:42 drk $ */
|
||||
Help 4 Help Build Instructions:
|
||||
-------------------------------
|
||||
|
||||
The following files and directories include the source for the Help4Help help
|
||||
volume used by the CDE Help Widgets. To build a local copy of this help volume
|
||||
just type ``make''.
|
||||
|
||||
The source is included here so that developers can customize and or localize
|
||||
this information independent of the current CDE desktops Help4Help version.
|
||||
|
||||
10
cde/programs/dthelp/help4help/helptag.opt
Normal file
10
cde/programs/dthelp/help4help/helptag.opt
Normal file
@@ -0,0 +1,10 @@
|
||||
search=.
|
||||
search=..
|
||||
search=/usr/dt/dthelp/dthelptag
|
||||
search=/usr/dt/dthelp/dthelptag/icons
|
||||
search=./graphics
|
||||
search=../entityFiles
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user