Overview
Comment: | mtt/doc directory copied to DOCDIR during install-doc. 'mtt info' and 'info mtt' both work now when installed as a .deb package. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
45fc02649706e5c330cc320aaf2d0285 |
User & Date: | geraint@users.sourceforge.net on 2002-09-21 19:56:02 |
Other Links: | branch diff | manifest | tags |
Context
2002-09-21
| ||
21:08:49 |
Fixed [ 611908 ] .deb documentation installation. mtt uses standard mtt/doc directory for mtt info, mtt hinfo, mtt manual. .deb package installs documentation in /usr/share/doc/mtt at installation. All documentation features now work correctly when installed as .deb. check-in: e881364a44 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
19:56:02 |
mtt/doc directory copied to DOCDIR during install-doc. 'mtt info' and 'info mtt' both work now when installed as a .deb package. check-in: 45fc026497 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
18:15:53 | Correctly installs info documentation. check-in: 0d2df20be8 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/Makefile from [e293f0e5df] to [50762f29ff].
︙ | ︙ | |||
63 64 65 66 67 68 69 70 71 72 73 74 75 76 | install-cc: build-cc clean-cc.sh @install -d $(INSTDIR)/bin/trans @install cc/parse_m2cc.exe $(INSTDIR)/bin/trans install-doc: build-doc clean-doc.sh @install -d $(DOCDIR) $(INFODIR) @cd doc ; DOCPATH=$(DOCDIR) INFOPATH=$(INFODIR) make -s install-doc @install doc/mtt.info* $(INFODIR) .PHONY: FORCE clean.sh: FORCE @echo '#! /bin/sh' >>clean.sh @echo '# This file is auto-generated - do not edit' >>clean.sh | > | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | install-cc: build-cc clean-cc.sh @install -d $(INSTDIR)/bin/trans @install cc/parse_m2cc.exe $(INSTDIR)/bin/trans install-doc: build-doc clean-doc.sh @install -d $(DOCDIR) $(INFODIR) @cd doc ; DOCPATH=$(DOCDIR) INFOPATH=$(INFODIR) make -s install-doc @install doc/Makefile doc/*.* $(DOCDIR) @install doc/mtt.info* $(INFODIR) .PHONY: FORCE clean.sh: FORCE @echo '#! /bin/sh' >>clean.sh @echo '# This file is auto-generated - do not edit' >>clean.sh |
︙ | ︙ |