doc/help: install all of the graphics and help assets

Also, some Makefile cleanups and a new sdl-data.am include.
This commit is contained in:
Jon Trulson
2021-11-10 17:11:14 -07:00
parent 66c887ad21
commit ca57b78396
9 changed files with 106 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
# build some SDL docs for the help system
# build and install SDL files for the help system
BUILT_SOURCES = Appmanager.sdl $(APPBUILDER) Calculator.sdl \
Calendar.sdl CreatAct.sdl Filemgr.sdl FPanel.sdl Help4Help.sdl \
@@ -8,6 +8,7 @@ BUILT_SOURCES = Appmanager.sdl $(APPBUILDER) Calculator.sdl \
CLEANFILES = $(BUILT_SOURCES)
# install the help SDL files
sdlhelpdir = $(CDE_INSTALLATION_TOP)/appconfig/help/$(LANG)
dist_sdlhelp_DATA = $(BUILT_SOURCES)