Overview
Comment: | Overwrite mttrc MTT_DOC location for standard debian distribution. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ad9ae3a6ef9b5587de31ca02df72a3b6 |
User & Date: | geraint@users.sourceforge.net on 2002-09-20 22:54:36 |
Other Links: | branch diff | manifest | tags |
Context
2002-09-20
| ||
23:42:48 | Documentation directory for .deb defined after bin/mttrc. check-in: f0b607e8f0 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
22:54:36 | Overwrite mttrc MTT_DOC location for standard debian distribution. check-in: ad9ae3a6ef user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2002-09-19
| ||
22:31:41 | Added missing comma. check-in: 19ef91e312 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/Makefile from [57bbb1254b] to [42f1668a94].
︙ | |||
95 96 97 98 99 100 101 102 103 104 105 106 107 108 | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | + | mtt.sh: @echo '#! /bin/sh' > mtt.sh @echo '# This file is auto-generated - do not edit' >>mtt.sh @echo '' >>mtt.sh @echo 'mtt_config_file=$(CONFDIR)/mtt.conf' >>mtt.sh @echo 'mtt_program_dir=$(PROGDIR)' >>mtt.sh @echo 'mtt_install_dir=$(INSTDIR)' >>mtt.sh @echo 'MTT_DOC=$(DOCDIR)' >>mtt.sh @echo '' >>mtt.sh @echo '# get site-specific settings' >>mtt.sh @echo 'if [[ -r $${mtt_config_file} ]]; then' >>mtt.sh @echo ' . $${mtt_config_file} $${mtt_install_dir}' >>mtt.sh @echo '' >>mtt.sh @echo 'elif [[ -r $${mtt_install_dir}/bin/mttrc ]]; then' >>mtt.sh @echo ' . $${mtt_install_dir}/bin/mttrc $${mtt_install_dir}' >>mtt.sh |
︙ |