Overview
Comment: | Correctly installs info documentation. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
aa617baddfa75b58472cf412e082aab0 |
User & Date: | geraint@users.sourceforge.net on 2002-09-21 18:15:53 |
Other Links: | branch diff | manifest | tags |
Context
2002-09-21
| ||
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: 25b12200fc user: geraint@users.sourceforge.net tags: origin/master, trunk | |
18:15:53 | Correctly installs info documentation. check-in: aa617baddf user: geraint@users.sourceforge.net tags: origin/master, trunk | |
14:02:55 | Added option to generate .deb package from local directory source. check-in: 993b274293 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/Makefile from [7b2dd0ae73] to [e293f0e5df].
︙ | |||
63 64 65 66 67 68 69 70 71 72 73 74 75 76 | 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/mtt.info* $(INFODIR) .PHONY: FORCE clean.sh: FORCE @echo '#! /bin/sh' >>clean.sh @echo '# This file is auto-generated - do not edit' >>clean.sh @echo 'rm -f $(PROGDIR)/mtt $(PROGDIR)/xmtt' >>clean.sh |
︙ |
Added mttroot/mtt/debian/postinst version [9236a7d0d3].
|
Added mttroot/mtt/debian/prerm version [a145bc4b8a].
|