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
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 25b12200fc55e55250049bb2ffb1982827440758162c72be2731db52685e8bbb
User & Date: geraint@users.sourceforge.net on 2002-09-21 19:56:02.000
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: 8c07ded223 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: 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
Changes
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

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]