mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
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:
parent
973ebf9ed0
commit
b19aa1b21f
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue