Mercurial > hg > octave-lojdl > gnulib-hg
comparison doc/make-stds.texi @ 13575:34fed8ca014c
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Thu, 26 Aug 2010 06:33:40 -0700 |
parents | 7d14ab8b5c99 |
children | 9e50fbc43e85 |
comparison
equal
deleted
inserted
replaced
13574:ac05886b34b6 | 13575:34fed8ca014c |
---|---|
941 foo.dvi: foo.texi chap1.texi chap2.texi | 941 foo.dvi: foo.texi chap1.texi chap2.texi |
942 $(TEXI2DVI) $(srcdir)/foo.texi | 942 $(TEXI2DVI) $(srcdir)/foo.texi |
943 @end smallexample | 943 @end smallexample |
944 | 944 |
945 @noindent | 945 @noindent |
946 You must define the variable @code{TEXI2DVI} in the Makefile. It should | 946 You must define the variable @code{TEXI2DVI} in the Makefile. It |
947 run the program @code{texi2dvi}, which is part of the Texinfo | 947 should run the program @code{texi2dvi}, which is part of the Texinfo |
948 distribution.@footnote{@code{texi2dvi} uses @TeX{} to do the real work | 948 distribution. (@code{texi2dvi} uses @TeX{} to do the real work of |
949 of formatting. @TeX{} is not distributed with Texinfo.} Alternatively, | 949 formatting. @TeX{} is not distributed with Texinfo.) Alternatively, |
950 write just the dependencies, and allow GNU @code{make} to provide the command. | 950 write only the dependencies, and allow GNU @code{make} to provide the |
951 command. | |
951 | 952 |
952 Here's another example, this one for generating HTML from Texinfo: | 953 Here's another example, this one for generating HTML from Texinfo: |
953 | 954 |
954 @smallexample | 955 @smallexample |
955 html: foo.html | 956 html: foo.html |