doc/common: add makefiles
authorChase <nicetrynsa@protonmail.ch>
Sun, 20 Oct 2019 02:08:04 +0000 (21:08 -0500)
committerJon Trulson <jon@radscan.com>
Wed, 23 Oct 2019 21:34:19 +0000 (15:34 -0600)
20 files changed:
cde/doc/common/help/AppBuilder.tmpl [new file with mode: 0644]
cde/doc/common/help/Appmanager.tmpl [new file with mode: 0644]
cde/doc/common/help/Calculator.tmpl [new file with mode: 0644]
cde/doc/common/help/Calendar.tmpl [new file with mode: 0644]
cde/doc/common/help/CreatAct.tmpl [new file with mode: 0644]
cde/doc/common/help/FPanel.tmpl [new file with mode: 0644]
cde/doc/common/help/Filemgr.tmpl [new file with mode: 0644]
cde/doc/common/help/Help4Help.tmpl [new file with mode: 0644]
cde/doc/common/help/Iconed.tmpl [new file with mode: 0644]
cde/doc/common/help/Infomgr.tmpl [new file with mode: 0644]
cde/doc/common/help/Intromgr.tmpl [new file with mode: 0644]
cde/doc/common/help/LibDtPrint.tmpl [new file with mode: 0644]
cde/doc/common/help/Loginmgr.tmpl [new file with mode: 0644]
cde/doc/common/help/Mailer.tmpl [new file with mode: 0644]
cde/doc/common/help/Printmgr.tmpl [new file with mode: 0644]
cde/doc/common/help/PrnSetup.tmpl [new file with mode: 0644]
cde/doc/common/help/Stylemgr.tmpl [new file with mode: 0644]
cde/doc/common/help/Terminal.tmpl [new file with mode: 0644]
cde/doc/common/help/Textedit.tmpl [new file with mode: 0644]
cde/doc/common/help/sdlvolume.tmpl [new file with mode: 0644]

diff --git a/cde/doc/common/help/AppBuilder.tmpl b/cde/doc/common/help/AppBuilder.tmpl
new file mode 100644 (file)
index 0000000..498be9a
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    AppBuilder/Concepts.sgm  AppBuilder/MetaInfo.sgm  AppBuilder/book.sgm \
+    AppBuilder/GEntity.sgm   AppBuilder/Ref.sgm \
+    AppBuilder/Home.sgm      AppBuilder/Tasks.sgm
+
+NAME = AppBuilder
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Appmanager.tmpl b/cde/doc/common/help/Appmanager.tmpl
new file mode 100644 (file)
index 0000000..d824315
--- /dev/null
@@ -0,0 +1,8 @@
+SRCS = \
+    Appmanager/GEntity.sgm   Appmanager/TOC.sgm \
+    Appmanager/Home.sgm      Appmanager/Tasks.sgm \
+    Appmanager/MetaInfo.sgm  Appmanager/book.sgm \
+    Appmanager/Ref.sgm
+
+NAME = Appmanager
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Calculator.tmpl b/cde/doc/common/help/Calculator.tmpl
new file mode 100644 (file)
index 0000000..9c9ca2f
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Calculator/GEntity.sgm   Calculator/Ref.sgm       Calculator/book.sgm \
+    Calculator/Home.sgm      Calculator/TOC.sgm \
+    Calculator/MetaInfo.sgm  Calculator/Tasks.sgm
+
+NAME = Calculator
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Calendar.tmpl b/cde/doc/common/help/Calendar.tmpl
new file mode 100644 (file)
index 0000000..538aebf
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Calendar/Appendix.sgm  Calendar/MetaInfo.sgm  Calendar/Tasks.sgm \
+    Calendar/GEntity.sgm   Calendar/Ref.sgm       Calendar/book.sgm \
+    Calendar/Home.sgm      Calendar/TOC.sgm
+
+NAME = Calendar
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/CreatAct.tmpl b/cde/doc/common/help/CreatAct.tmpl
new file mode 100644 (file)
index 0000000..e0c678c
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    CreatAct/GEntity.sgm   CreatAct/Ref.sgm       CreatAct/book.sgm \
+    CreatAct/Home.sgm      CreatAct/TOC.sgm \
+    CreatAct/MetaInfo.sgm  CreatAct/Tasks.sgm
+
+NAME = CreatAct
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/FPanel.tmpl b/cde/doc/common/help/FPanel.tmpl
new file mode 100644 (file)
index 0000000..8dfdf5c
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    FPanel/Appendix.sgm  FPanel/MetaInfo.sgm  FPanel/Using.sgm \
+    FPanel/GEntity.sgm   FPanel/Ref.sgm       FPanel/book.sgm \
+    FPanel/Home.sgm      FPanel/TOC.sgm
+
+NAME = FPanel
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Filemgr.tmpl b/cde/doc/common/help/Filemgr.tmpl
new file mode 100644 (file)
index 0000000..753c353
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Filemgr/Concepts.sgm  Filemgr/Messages.sgm  Filemgr/TOC.sgm \
+    Filemgr/GEntity.sgm   Filemgr/MetaInfo.sgm  Filemgr/Tasks.sgm \
+    Filemgr/Home.sgm      Filemgr/Ref.sgm       Filemgr/book.sgm
+
+NAME = Filemgr
+include ../../common/help/Filemgr.tmpl
diff --git a/cde/doc/common/help/Help4Help.tmpl b/cde/doc/common/help/Help4Help.tmpl
new file mode 100644 (file)
index 0000000..148c8a6
--- /dev/null
@@ -0,0 +1,9 @@
+SRCS = \
+    Help4Help/Appendix.sgm  Help4Help/Ref.sgm \
+    Help4Help/Concepts.sgm  Help4Help/TOC.sgm \
+    Help4Help/GEntity.sgm   Help4Help/Tasks.sgm \
+    Help4Help/Home.sgm      Help4Help/book.sgm \
+    Help4Help/MetaInfo.sgm
+
+NAME = Help4Help
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Iconed.tmpl b/cde/doc/common/help/Iconed.tmpl
new file mode 100644 (file)
index 0000000..3c403a7
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Iconed/Concepts.sgm  Iconed/MetaInfo.sgm  Iconed/Tasks.sgm \
+    Iconed/GEntity.sgm   Iconed/Ref.sgm       Iconed/book.sgm \
+    Iconed/Home.sgm      Iconed/TOC.sgm
+
+NAME = Iconed
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Infomgr.tmpl b/cde/doc/common/help/Infomgr.tmpl
new file mode 100644 (file)
index 0000000..cbbbd40
--- /dev/null
@@ -0,0 +1,6 @@
+SRCS = \
+    Infomgr/Home.sgm      Infomgr/Ref.sgm \
+    Infomgr/MetaInfo.sgm  Infomgr/book.sgm
+
+NAME = Infomgr
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Intromgr.tmpl b/cde/doc/common/help/Intromgr.tmpl
new file mode 100644 (file)
index 0000000..32ddb96
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Intromgr/Appendix.sgm  Intromgr/Home.sgm      Intromgr/Overview.sgm \
+    Intromgr/GEntity.sgm   Intromgr/Keyboard.sgm  Intromgr/Windows.sgm \
+    Intromgr/Help.sgm      Intromgr/MetaInfo.sgm  Intromgr/book.sgm
+
+NAME = Intromgr
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/LibDtPrint.tmpl b/cde/doc/common/help/LibDtPrint.tmpl
new file mode 100644 (file)
index 0000000..5af0d37
--- /dev/null
@@ -0,0 +1,6 @@
+SRCS = \
+    LibDtPrint/GEntity.sgm  LibDtPrint/Home.sgm   LibDtPrint/MetaInfo.sgm \
+    LibDtPrint/book.sgm     LibDtPrint/Ref.sgm
+
+NAME = LibDtPrint
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Loginmgr.tmpl b/cde/doc/common/help/Loginmgr.tmpl
new file mode 100644 (file)
index 0000000..d6c14db
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Loginmgr/Concepts.sgm  Loginmgr/Ref.sgm       Loginmgr/book.sgm \
+    Loginmgr/Home.sgm      Loginmgr/TOC.sgm \
+    Loginmgr/MetaInfo.sgm  Loginmgr/Tasks.sgm
+
+NAME = Loginmgr
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Mailer.tmpl b/cde/doc/common/help/Mailer.tmpl
new file mode 100644 (file)
index 0000000..9659623
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Mailer/Messages.sgm  Mailer/TOC.sgm \
+    Mailer/GEntity.sgm   Mailer/MetaInfo.sgm  Mailer/Tasks.sgm \
+    Mailer/Home.sgm      Mailer/Ref.sgm       Mailer/book.sgm
+
+NAME = Mailer
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Printmgr.tmpl b/cde/doc/common/help/Printmgr.tmpl
new file mode 100644 (file)
index 0000000..cc830f6
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Printmgr/GEntity.sgm   Printmgr/Ref.sgm       Printmgr/book.sgm \
+    Printmgr/Home.sgm      Printmgr/TOC.sgm \
+    Printmgr/MetaInfo.sgm  Printmgr/Tasks.sgm
+
+NAME = Printmgr
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/PrnSetup.tmpl b/cde/doc/common/help/PrnSetup.tmpl
new file mode 100644 (file)
index 0000000..6502013
--- /dev/null
@@ -0,0 +1,6 @@
+SRCS = \
+    PrnSetup/GEntity.sgm    PrnSetup/Home.sgm     PrnSetup/MetaInfo.sgm \
+    PrnSetup/book.sgm       PrnSetup/prnset.sgm
+
+NAME = PrnSetup
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Stylemgr.tmpl b/cde/doc/common/help/Stylemgr.tmpl
new file mode 100644 (file)
index 0000000..66da46a
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Stylemgr/Concepts.sgm  Stylemgr/MetaInfo.sgm  Stylemgr/Tasks.sgm \
+    Stylemgr/GEntity.sgm   Stylemgr/Ref.sgm       Stylemgr/book.sgm \
+    Stylemgr/Home.sgm      Stylemgr/TOC.sgm
+
+NAME = Stylemgr
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Terminal.tmpl b/cde/doc/common/help/Terminal.tmpl
new file mode 100644 (file)
index 0000000..bfc5eef
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Terminal/GEntity.sgm   Terminal/Ref.sgm       Terminal/book.sgm \
+    Terminal/Home.sgm      Terminal/TOC.sgm \
+    Terminal/MetaInfo.sgm  Terminal/Tasks.sgm
+
+NAME = Terminal
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/Textedit.tmpl b/cde/doc/common/help/Textedit.tmpl
new file mode 100644 (file)
index 0000000..0526e80
--- /dev/null
@@ -0,0 +1,7 @@
+SRCS = \
+    Textedit/GEntity.sgm   Textedit/Ref.sgm       Textedit/book.sgm \
+    Textedit/Home.sgm      Textedit/TOC.sgm \
+    Textedit/MetaInfo.sgm  Textedit/Tasks.sgm
+
+NAME = Textedit
+include ../../common/help/sdlvolume.tmpl
diff --git a/cde/doc/common/help/sdlvolume.tmpl b/cde/doc/common/help/sdlvolume.tmpl
new file mode 100644 (file)
index 0000000..2c79fc9
--- /dev/null
@@ -0,0 +1,11 @@
+all:: ../help-sdl/$(NAME).sdl
+
+../help-sdl/$(NAME).sdl: $(SRCS)
+       $(MKDIR_P) ../help-sdl
+       LANG=$(LANG) SGML_SEARCH_PATH=".:.." $(LD_LIBRARY_PATH) \
+       DTLCXSEARCHPATH=$(srcdir)/lib/dthelp $(KSH) \
+       $(srcdir)/programs/dtdocbook/doc2sdl/dtdocbook -o \
+       ../help-sdl/$(NAME).sdl $(NAME)/book.sgm
+
+clean::
+       $(RM) ../help-sdl/$(NAME).sdl $(NAME)/book.log