1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

doc/help: install help files in correct place, setup C->en_US.UTF-8 symlink

This commit is contained in:
Jon Trulson 2021-11-10 12:17:28 -07:00
parent d340e07794
commit 66c887ad21
2 changed files with 6 additions and 1 deletions

View file

@ -11,3 +11,8 @@ APPBUILDER = AppBuilder.sdl
include $(top_srcdir)/programs/localized/templates/C.am
# this does all the work
include $(top_srcdir)/doc/common/help/sdl-docs.am
# need to setup a symlink for the en_US locale to point toward C
install-data-hook:
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/appconfig/help/en_US.UTF-8
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/appconfig/help/ && $(LN_S) C en_US.UTF-8

View file

@ -8,7 +8,7 @@ BUILT_SOURCES = Appmanager.sdl $(APPBUILDER) Calculator.sdl \
CLEANFILES = $(BUILT_SOURCES)
sdlhelpdir = $(CDE_INSTALLATION_TOP)/app-defaults/help/$(LANG)
sdlhelpdir = $(CDE_INSTALLATION_TOP)/appconfig/help/$(LANG)
dist_sdlhelp_DATA = $(BUILT_SOURCES)
DTDOCBOOK = $(top_srcdir)/programs/dtdocbook/doc2sdl/dtdocbook