Overview
Comment:Fixed [ 549265 ] make install-doc fails (cp mtt_toc.html)
Replaced "mtt.html mtt_toc.html" with "mtt*html".
This works regardless of local texi2html options.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 96502b63ae00d84270bec6b8b70b1508e2fb85e560136acf552341089f6e9159
User & Date: geraint@users.sourceforge.net on 2002-04-27 11:07:17
Other Links: branch diff | manifest | tags
Context
2002-04-27
11:13:04
Now builds targets in cc directory.
Now correctly cleans doc directory.
Uses /usr/bin/install instead of cp, mkdir and chmod.
check-in: b9b4e2be07 user: geraint@users.sourceforge.net tags: origin/master, trunk
11:07:17
Fixed [ 549265 ] make install-doc fails (cp mtt_toc.html)
Replaced "mtt.html mtt_toc.html" with "mtt*html".
This works regardless of local texi2html options.
check-in: 96502b63ae user: geraint@users.sourceforge.net tags: origin/master, trunk
10:10:43
Removed cruft from Makefile (pre -cc code). check-in: 02f75934cc user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/doc/Makefile from [b2004c5a74] to [1980671319].

1
2
3
4
5
6
7



8
9
10
11
12
13
14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17







+
+
+







#Makefile for MTT documentation

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  2002/04/26 17:17:20  geraint
## Allow variables to be set outside Makefile.
##
## Revision 1.1  2001/06/04 08:18:52  gawthrop
## Putting documentation under CVS
##
## Revision 1.2  1998/07/02 18:40:07  peterg
## More on install option
##
## Revision 1.1  1998/05/14 09:19:52  peterg
75
76
77
78
79
80
81
82

83
84
85
86
87
88
89
90
91
92
93
94
78
79
80
81
82
83
84

85
86
87
88
89
90
91
92
93
94
95
96
97







-
+












	rm -f mtt.cp	    mtt.pgs	  mtt.vr	
	rm -f mtt.cps	    mtt.vrs	  mtt.dvi       
	rm -f mtt.log       mtt.ky        mtt.toc


install-doc: mtt.html mtt.ps.gz  mtt.info
	cp mtt.info* $(INFOPATH)
	cp mtt.html mtt_toc.html mtt.ps.gz  $(DOCPATH)
	cp mtt*.html mtt.ps.gz  $(DOCPATH)
	chmod -R a+r $(DOCPATH)
	chmod a+x  $(DOCPATH)

install-components:  Compound-Components_rep.ps Compound-Components_rep
	mv Compound-Components_rep.ps $(DOCPATH)/../components
	mv Compound-Components_rep    $(DOCPATH)/../components
	chmod -R a+r $(DOCPATH)/../components
	chmod -R a+x $(DOCPATH)/../components/Compound-Components_re





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