Overview
Comment: | install xmtt alongside mtt in /usr/bin |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
668e06ca5a4faae31d8da50662e3cf2f |
User & Date: | geraint@users.sourceforge.net on 2002-04-27 21:05:53 |
Other Links: | branch diff | manifest | tags |
Context
2002-04-27
| ||
21:07:49 | remove xmtt as well as mtt when cleaning. check-in: 77244d5f95 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
21:05:53 | install xmtt alongside mtt in /usr/bin check-in: 668e06ca5a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
12:45:44 | Separated removal of conf file from normal clean procedure. check-in: 04a476cc3f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/Makefile from [a4feb6a5c4] to [aa72bf7b28].
︙ | ︙ | |||
41 42 43 44 45 46 47 | distclean: clean clean-conf clean-doc @-rm -f build-stamp configure-stamp config.log mtt.sh install: build clean.sh @install -d $(INSTDIR) $(CONFDIR) $(PROGDIR) @install -d $(INSTDIR)/bin $(INSTDIR)/cc $(INSTDIR)/lib @install bin/mttrc $(CONFDIR)/mtt.conf | | | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | distclean: clean clean-conf clean-doc @-rm -f build-stamp configure-stamp config.log mtt.sh install: build clean.sh @install -d $(INSTDIR) $(CONFDIR) $(PROGDIR) @install -d $(INSTDIR)/bin $(INSTDIR)/cc $(INSTDIR)/lib @install bin/mttrc $(CONFDIR)/mtt.conf @install mtt.sh bin/xmtt $(PROGDIR) @install cc/parse_m2cc.exe $(INSTDIR)/bin/trans install-doc: clean-doc.sh @install -d $(DOCDIR) $(INFODIR) @cd doc ; DOCPATH=$(DOCDIR) INFOPATH=$(INFODIR) make -s install-doc .PHONY: FORCE |
︙ | ︙ |