Differences From Artifact [7b2dd0ae73]:
- File mttroot/mtt/Makefile — part of check-in [107e6f80f7] at 2002-09-20 23:42:48 on branch origin/master — Documentation directory for .deb defined after bin/mttrc. (user: geraint@users.sourceforge.net, size: 3554) [annotate] [blame] [check-ins using] [more...]
To 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...]
︙ | |||
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 |
︙ |