doc/C/guides: build the TOCs

This commit is contained in:
Jon Trulson
2021-12-08 16:58:05 -07:00
parent e437a02e0b
commit e26c8fb9a4
32 changed files with 1020 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = help man
# NOTYET = guides
SUBDIRS = help man guides

View File

@@ -0,0 +1,27 @@
MAINTAINERCLEANFILES = Makefile.in
INFOLIBDESC = "CDE and Motif Information Library"
# get some important variables
include $(top_srcdir)/doc/common/guides/guides_env.am
# prime the pump
BUILT_SOURCES =
CLEANFILES =
# this sets the LANG and HELP_LANG variables
include $(top_srcdir)/programs/localized/templates/C.am
# build guides
include $(top_srcdir)/doc/common/guides/usersGuide.am
include $(top_srcdir)/doc/common/guides/infoUGuide.am
include $(top_srcdir)/doc/common/guides/infoAPGuide.am
include $(top_srcdir)/doc/common/guides/sysAdminGuide.am
include $(top_srcdir)/doc/common/guides/progGuide.am
include $(top_srcdir)/doc/common/guides/man.am
include $(top_srcdir)/doc/common/guides/builderGuide.am
include $(top_srcdir)/doc/common/guides/dtkshGuide.am
include $(top_srcdir)/doc/common/guides/glossary.am
include $(top_srcdir)/doc/common/guides/progOview.am
include $(top_srcdir)/doc/common/guides/ttGuide.am

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:02:53 drk $
# TOC title, only what's between quotes should be modified.
BUILDERGUIDE_TITLE = "Application Builder User's Guide"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:03:03 drk $
# TOC title, only what's between quotes should be modified.
DOCBOOKGUIDE_TITLE = "Guide to the DocBook DTD"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:03:17 drk $
# TOC title, only what's between quotes should be modified.
DTKSHGUIDE_TITLE = "Desktop KornShell User's Guide"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:03:29 drk $
# TOC title, only what's between quotes should be modified.
GLOSSARY_TITLE = "Product Glossary"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:03:46 drk $
# TOC title, only what's between quotes should be modified.
HELPGUIDE_TITLE = "Help System Author's and Programmer's Guide"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:03:55 drk $
# TOC title, only what's between quotes should be modified.
I18NGUIDE_TITLE = "Internationalization Programmer's Guide"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/1 1996/09/22 13:54:15 rws $
# TOC title, only what's between quotes should be modified.
INFOAPGUIDE_TITLE = "Information System Author's and Programmer's Guide"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/1 1996/08/03 11:34:45 rws $
# TOC title, only what's between quotes should be modified.
INFOUGUIDE_TITLE = "Information Manager User's Guide"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/1 1996/07/21 20:42:11 rws $
# TOC title, only what's between quotes should be modified.
MAN_TITLE = "Programmer's Reference"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:04:02 drk $
# TOC title, only what's between quotes should be modified.
PROGGUIDE_TITLE = "Programmer's Guide"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:04:23 drk $
# TOC title, only what's between quotes should be modified.
PROGOVIEW_TITLE = "Programmer's Overview"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:04:46 drk $
# TOC title, only what's between quotes should be modified.
SYSADMINGUIDE_TITLE = "Advanced User's and System Administrator's Guide"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:05:00 drk $
# TOC title, only what's between quotes should be modified.
TTGUIDE_TITLE = "ToolTalk Messaging Guide"

View File

@@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:05:11 drk $
# TOC title, only what's between quotes should be modified.
USERSGUIDE_TITLE = "User's Guide"