Overview
Comment: | remove xmtt as well as mtt when cleaning. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
77244d5f950f703ca0a04dc635a40528 |
User & Date: | geraint@users.sourceforge.net on 2002-04-27 21:07:49 |
Other Links: | branch diff | manifest | tags |
Context
2002-04-27
| ||
21:50:32 |
Added build-doc target. Separated cc/parse_m2cc.cc from rest of install - not binary independent. check-in: a35cb8d359 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
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 | |
Changes
Modified mttroot/mtt/Makefile from [aa72bf7b28] to [b623ab6378].
︙ | |||
53 54 55 56 57 58 59 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | - + | @cd doc ; DOCPATH=$(DOCDIR) INFOPATH=$(INFODIR) make -s install-doc .PHONY: FORCE clean.sh: FORCE @echo '#! /bin/sh' >>clean.sh @echo '# This file is auto-generated - do not edit' >>clean.sh |
︙ |