From b19aa1b21f7d664766b62ae287f17a8724a443af Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 4 Dec 2019 18:24:04 -0700 Subject: [PATCH] dtopen: install symlinked helpers With this commit, CDE can install and run now. There are still some programs/ that are not yet built: dthelp dtksh dtappbuilder dtdocbook dtinfo nsgmls ttsnoop and of course documentation (doc/). But this is a great start. For the first time, things build, install, AND run correctly :) --- cde/programs/dtopen/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cde/programs/dtopen/Makefile.am b/cde/programs/dtopen/Makefile.am index b069fb9cc..f70e955cc 100644 --- a/cde/programs/dtopen/Makefile.am +++ b/cde/programs/dtopen/Makefile.am @@ -13,3 +13,9 @@ dtopen: dtopen.src $(RM) $@ $(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@ +install-data-hook: + $(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtopen_* + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_video + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_image + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_ps + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_ypdf