Merge branch 'linux1'
This commit is contained in:
@@ -3,8 +3,14 @@ XCOMM $XConsortium: Imakefile /main/10 1996/07/23 22:00:00 rws $
|
||||
#define PassCDebugFlags
|
||||
|
||||
/* due to split-VOB setup, force help to come last in make Makefiles */
|
||||
#if defined(LinuxArchitecture)
|
||||
XCOMM we cannot build guides on linux yet
|
||||
SUBDIRS = man help
|
||||
BSUBDIRS = help man
|
||||
#else
|
||||
SUBDIRS = man guides m-guides help
|
||||
BSUBDIRS = help man guides m-guides
|
||||
#endif
|
||||
|
||||
XCOMM work around local clearcase vobs setup
|
||||
MakeDirectories(all,help-sdl cde.dti)
|
||||
|
||||
BIN
cde/doc/C/pdf/AppBuilder.pdf
Normal file
BIN
cde/doc/C/pdf/AppBuilder.pdf
Normal file
Binary file not shown.
BIN
cde/doc/C/pdf/DtKsh.pdf
Normal file
BIN
cde/doc/C/pdf/DtKsh.pdf
Normal file
Binary file not shown.
BIN
cde/doc/C/pdf/Glossary.pdf
Normal file
BIN
cde/doc/C/pdf/Glossary.pdf
Normal file
Binary file not shown.
BIN
cde/doc/C/pdf/HelpGuide.pdf
Normal file
BIN
cde/doc/C/pdf/HelpGuide.pdf
Normal file
Binary file not shown.
BIN
cde/doc/C/pdf/I18nGuide.pdf
Normal file
BIN
cde/doc/C/pdf/I18nGuide.pdf
Normal file
Binary file not shown.
BIN
cde/doc/C/pdf/ProgOverview.pdf
Normal file
BIN
cde/doc/C/pdf/ProgOverview.pdf
Normal file
Binary file not shown.
BIN
cde/doc/C/pdf/ProgrammersGuide.pdf
Normal file
BIN
cde/doc/C/pdf/ProgrammersGuide.pdf
Normal file
Binary file not shown.
6
cde/doc/C/pdf/README
Normal file
6
cde/doc/C/pdf/README
Normal file
@@ -0,0 +1,6 @@
|
||||
This directory contains older CDE (v1) documentation in PDF format.
|
||||
|
||||
If/When dtinfo is ever made to work, we can get more up to date
|
||||
documentation from there. Until then, old docs are better than no
|
||||
docs...
|
||||
|
||||
BIN
cde/doc/C/pdf/StyleGuide.pdf
Normal file
BIN
cde/doc/C/pdf/StyleGuide.pdf
Normal file
Binary file not shown.
BIN
cde/doc/C/pdf/SysAdminGuide.pdf
Normal file
BIN
cde/doc/C/pdf/SysAdminGuide.pdf
Normal file
Binary file not shown.
BIN
cde/doc/C/pdf/ToolTalk.pdf
Normal file
BIN
cde/doc/C/pdf/ToolTalk.pdf
Normal file
Binary file not shown.
BIN
cde/doc/C/pdf/UsersGuide.pdf
Normal file
BIN
cde/doc/C/pdf/UsersGuide.pdf
Normal file
Binary file not shown.
@@ -2,7 +2,12 @@ XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:19:59 drk $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags
|
||||
|
||||
#if defined(LinuxArchitecture)
|
||||
XCOMM we cannot build guides on linux yet
|
||||
SUBDIRS = help
|
||||
#else
|
||||
SUBDIRS = help guides
|
||||
#endif
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
|
||||
|
||||
@@ -2,7 +2,12 @@ XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:32:32 drk $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags
|
||||
|
||||
#if defined(LinuxArchitecture)
|
||||
XCOMM we cannot build guides on linux yet
|
||||
SUBDIRS = help
|
||||
#else
|
||||
SUBDIRS = help guides
|
||||
#endif
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
|
||||
|
||||
@@ -2,7 +2,12 @@ XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:43:05 drk $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags
|
||||
|
||||
#if defined(LinuxArchitecture)
|
||||
XCOMM we cannot build guides on linux yet
|
||||
SUBDIRS = help
|
||||
#else
|
||||
SUBDIRS = help guides
|
||||
#endif
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
|
||||
|
||||
@@ -2,7 +2,12 @@ XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:53:57 drk $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags
|
||||
|
||||
#if defined(LinuxArchitecture)
|
||||
XCOMM we cannot build guides on linux yet
|
||||
SUBDIRS = help
|
||||
#else
|
||||
SUBDIRS = help guides
|
||||
#endif
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
|
||||
|
||||
@@ -3,9 +3,14 @@ XCOMM $TOG: Imakefile /main/5 1997/03/05 11:10:37 damon $
|
||||
#define PassCDebugFlags
|
||||
|
||||
/* due to split-VOB setup, force help to come last in make Makefiles */
|
||||
#if defined(LinuxArchitecture)
|
||||
XCOMM we cannot build guides on linux yet
|
||||
SUBDIRS = help
|
||||
BSUBDIRS = help
|
||||
#else
|
||||
SUBDIRS = guides m-guides help
|
||||
BSUBDIRS = help guides m-guides
|
||||
|
||||
#endif
|
||||
XCOMM work around local clearcase vobs setup
|
||||
MakeDirectories(all,help-sdl cde.dti)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
# $XConsortium: dbtoman /main/6 1996/09/15 18:58:15 rws $
|
||||
#############################################################################
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user