new install script

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@313 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1997-12-09 20:55:11 +00:00
parent 0228db2066
commit e7b69bdfbd
2 changed files with 12 additions and 12 deletions

View File

@ -68,10 +68,10 @@ distclean: clean
@cd lib; $(MAKE) distclean @cd lib; $(MAKE) distclean
@cd src; $(MAKE) distclean @cd src; $(MAKE) distclean
# ??? install: $(TARGET)
#install: $(TARGET) @mkdir -p $(PREFIX)/bin
# @mkdir -p $(PREFIX)/bin $(INSTALL) $(TARGET) $(PREFIX)/bin
# @mkdir -p $(PREFIX)/share/xacc @mkdir -p $(PREFIX)/share/xacc/Docs
# $(INSTALL) $(TARGET) $(PREFIX)/bin $(INSTALL_DATA) Docs/* $(PREFIX)/share/xacc/Docs
# install html help files too! @echo "Remember to set XACC_HELP to" $(PREFIX)"/share/xacc/Docs"

View File

@ -68,10 +68,10 @@ distclean: clean
@cd lib; $(MAKE) distclean @cd lib; $(MAKE) distclean
@cd src; $(MAKE) distclean @cd src; $(MAKE) distclean
# ??? install: $(TARGET)
#install: $(TARGET) @mkdir -p $(PREFIX)/bin
# @mkdir -p $(PREFIX)/bin $(INSTALL) $(TARGET) $(PREFIX)/bin
# @mkdir -p $(PREFIX)/share/xacc @mkdir -p $(PREFIX)/share/xacc/Docs
# $(INSTALL) $(TARGET) $(PREFIX)/bin $(INSTALL_DATA) Docs/* $(PREFIX)/share/xacc/Docs
# install html help files too! @echo "Remember to set XACC_HELP to" $(PREFIX)"/share/xacc/Docs"