annotate man/auctex/Makefile @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 441bb1e64a06
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
1
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
2 infodir=../../info
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
3 TEX=tex
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
4
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
5 info: $(infodir)/auctex.info
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
6
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
7 $(infodir)/auctex.info: auc-tex.texi install.texi intro.texi changes.texi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
8 makeinfo auc-tex.texi -o $(infodir)/auctex.info
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
9
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
10 all: auc-tex.dvi tex-ref.dvi math-ref.dvi auctex
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
11
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
12 dist: auctex INSTALLATION README CHANGES auc-tex_toc.html auc-tex.ps
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
13
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
14 auc-tex_toc.html: auc-tex.texi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
15 texi2html -split_node auc-tex.texi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
16
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
17 math-ref.dvi: math-ref.tex
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
18 $(TEX) math-ref
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
19 @echo "**********************************************************"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
20 @echo "** doc/math-ref.dvi may now be printed (1 page)"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
21 @echo "**********************************************************"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
22
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
23 tex-ref.dvi: tex-ref.tex
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
24 $(TEX) tex-ref
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
25 @echo "**********************************************************"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
26 @echo "** doc/tex-ref.dvi may now be printed (1 page)"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
27 @echo "**********************************************************"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
28
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
29 auc-tex.dvi: auc-tex.texi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
30 -$(TEX) "\nonstopmode\input auc-tex.texi"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
31 -texindex auc-tex.ky
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
32 -texindex auc-tex.fn
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
33 -texindex auc-tex.vr
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
34 -texindex auc-tex.cp
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
35 -$(TEX) "\nonstopmode\input auc-tex.texi"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
36 @echo "**********************************************************"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
37 @echo "** If this gave trouble, maybe you need to install"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
38 @echo "** a newer version of texinfo?"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
39 @echo "** doc/auc-tex.dvi may now be printed (70+ pages)"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
40 @echo "**********************************************************"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
41
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
42 auc-tex.ps: auc-tex.dvi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
43 dvips auc-tex.dvi > auc-tex.ps
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
44
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
45 auctex: auc-tex.texi install.texi intro.texi changes.texi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
46 -makeinfo auc-tex.texi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
47 @echo "**********************************************************"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
48 @echo "** If this gave trouble, maybe you need to install"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
49 @echo "** a newer version of texinfo?"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
50 @echo "**********************************************************"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
51
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
52 INSTALLATION: install.texi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
53 -makeinfo --no-headers install.texi --output INSTALLATION
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
54
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
55 README: intro.texi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
56 -makeinfo --no-headers intro.texi --output README
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
57
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
58 CHANGES: changes.texi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
59 -makeinfo --no-headers changes.texi --output CHANGES
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
60
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
61 HISTORY: history.texi
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
62 -makeinfo --no-headers history.texi --output HISTORY
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
63
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
64 install: auctex
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
65 cp auctex auctex-* $(infodir)
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
66 @echo "**********************************************************"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
67 @echo "** The \`auctex' info files are now installed."
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
68 @echo "** Edit \`$(infodir)/dir'"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
69 @echo "** to add an entry for file \`auctex'"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
70 @echo "**********************************************************"
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
71
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
72 clean: allways
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
73 rm -f *.dvi *.ps *.aux *.cp *.fn *.info *.ky *.log *~ \#*\# *.tp *.vr *.pg *.toc *.tp *.bak *.cps *.kys *.tps *.fns *.vrs *.pgs auctex auctex-? *.html INSTALLATION README CHANGES
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
74
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
75
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
76 allways:
26
441bb1e64a06 Import from CVS: tag r19-15b96
cvs
parents: 24
diff changeset
77
441bb1e64a06 Import from CVS: tag r19-15b96
cvs
parents: 24
diff changeset
78 mostlyclean: clean
441bb1e64a06 Import from CVS: tag r19-15b96
cvs
parents: 24
diff changeset
79
441bb1e64a06 Import from CVS: tag r19-15b96
cvs
parents: 24
diff changeset
80 distclean: clean