Files
cdesktop/cde/doc/C/help/Makefile.am
Jon Trulson bfd694e8c7 doc: fix dtdocbook so it can handle parallel builds
Enable parallel building of the help files.
2021-11-11 10:03:50 -07:00

18 lines
639 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
# This is only available for the C locale, it will be blank for other
# languages
APPBUILDER = AppBuilder.sdl
# this sets the LANG and HELP_LANG variables
include $(top_srcdir)/programs/localized/templates/C.am
# this does all the work
include $(top_srcdir)/doc/common/help/sdl-docs.am
# install all of the extra assets
include $(top_srcdir)/doc/common/help/sdl-data.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