Differences From Artifact [e293f0e5df]:
- File mttroot/mtt/Makefile — part of check-in [aa617baddf] at 2002-09-21 18:15:53 on branch origin/master — Correctly installs info documentation. (user: geraint@users.sourceforge.net, size: 3589) [annotate] [blame] [check-ins using] [more...]
To Artifact [50762f29ff]:
- File
mttroot/mtt/Makefile
— part of check-in
[25b12200fc]
at
2002-09-21 19:56:02
on branch origin/master
— mtt/doc directory copied to DOCDIR during install-doc.
'mtt info' and 'info mtt' both work now when installed as a .deb package. (user: geraint@users.sourceforge.net, size: 3630) [annotate] [blame] [check-ins using] [more...]
︙ | |||
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/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 |
︙ |