doc/C/guides: build the TOCs
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = help man
|
||||
# NOTYET = guides
|
||||
SUBDIRS = help man guides
|
||||
|
||||
|
||||
27
cde/doc/C/guides/Makefile.am
Normal file
27
cde/doc/C/guides/Makefile.am
Normal 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
|
||||
|
||||
3
cde/doc/C/guides/builderGuide/Title.am
Normal file
3
cde/doc/C/guides/builderGuide/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/docbookGuide/Title.am
Normal file
3
cde/doc/C/guides/docbookGuide/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/dtkshGuide/Title.am
Normal file
3
cde/doc/C/guides/dtkshGuide/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/glossary/Title.am
Normal file
3
cde/doc/C/guides/glossary/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/helpGuide/Title.am
Normal file
3
cde/doc/C/guides/helpGuide/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/i18nGuide/Title.am
Normal file
3
cde/doc/C/guides/i18nGuide/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/infoAPg/Title.am
Normal file
3
cde/doc/C/guides/infoAPg/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/infoUGd/Title.am
Normal file
3
cde/doc/C/guides/infoUGd/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/man/Title.am
Normal file
3
cde/doc/C/guides/man/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/progGuide/Title.am
Normal file
3
cde/doc/C/guides/progGuide/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/progOview/Title.am
Normal file
3
cde/doc/C/guides/progOview/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/sysAdminGuide/Title.am
Normal file
3
cde/doc/C/guides/sysAdminGuide/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/ttGuide/Title.am
Normal file
3
cde/doc/C/guides/ttGuide/Title.am
Normal 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"
|
||||
3
cde/doc/C/guides/usersGuide/Title.am
Normal file
3
cde/doc/C/guides/usersGuide/Title.am
Normal 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"
|
||||
Reference in New Issue
Block a user