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 :)
This commit is contained in:
@@ -13,3 +13,9 @@ dtopen: dtopen.src
|
|||||||
$(RM) $@
|
$(RM) $@
|
||||||
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@
|
$(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
|
||||||
|
|||||||
Reference in New Issue
Block a user