/[autoconf]/autoconf/doc/Makefile.in
ViewVC logotype

Diff of /autoconf/doc/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.123 by akim, Tue Sep 3 09:17:44 2002 UTC revision 1.124 by akim, Wed Sep 4 16:03:13 2002 UTC
# Line 103  standards_TEXINFOS = make-stds.texi Line 103  standards_TEXINFOS = make-stds.texi
103  CLEANFILES = autoconf.acs  autoconf.cvs  autoconf.mss  autoconf.prs \  CLEANFILES = autoconf.acs  autoconf.cvs  autoconf.mss  autoconf.prs \
104               autoconf.ats  autoconf.evs  autoconf.fns  autoconf.ovs \               autoconf.ats  autoconf.evs  autoconf.fns  autoconf.ovs \
105               autoconf.tmp \               autoconf.tmp \
106               autoconf*.html standards*.html \               autoconf*.html standards*.html
              autoconf*.pdf standards*.pdf  
107    
108  subdir = doc  subdir = doc
109  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
# Line 145  Makefile:  $(srcdir)/Makefile.in  $(top_ Line 144  Makefile:  $(srcdir)/Makefile.in  $(top_
144          $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$< -o $@          $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$< -o $@
145  autoconf.info: version.texi $(autoconf_TEXINFOS)  autoconf.info: version.texi $(autoconf_TEXINFOS)
146  autoconf.dvi: version.texi $(autoconf_TEXINFOS)  autoconf.dvi: version.texi $(autoconf_TEXINFOS)
147    autoconf.pdf: version.texi $(autoconf_TEXINFOS)
148  version.texi:  stamp-vti  version.texi:  stamp-vti
149  stamp-vti: autoconf.texi $(top_srcdir)/configure.ac  stamp-vti: autoconf.texi $(top_srcdir)/configure.ac
150          @(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \          @(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \
# Line 166  maintainer-clean-vti: Line 166  maintainer-clean-vti:
166          -rm -f stamp-vti version.texi          -rm -f stamp-vti version.texi
167  standards.info: $(standards_TEXINFOS)  standards.info: $(standards_TEXINFOS)
168  standards.dvi: $(standards_TEXINFOS)  standards.dvi: $(standards_TEXINFOS)
169    standards.pdf: $(standards_TEXINFOS)
170  TEXI2DVI = texi2dvi  TEXI2DVI = texi2dvi
171    
172  TEXI2PDF = $(TEXI2DVI) --pdf  TEXI2PDF = $(TEXI2DVI) --pdf
# Line 375  autoconf_1.html: autoconf.texi install.t Line 376  autoconf_1.html: autoconf.texi install.t
376  standards_1.html: standards.texi make-stds.texi  standards_1.html: standards.texi make-stds.texi
377          $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/standards.texi          $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/standards.texi
378    
379  pdf: autoconf.pdf standards.pdf  .PHONY: html
   
 autoconf.pdf: autoconf.texi install.texi  
         $(TEXI2DVI) --pdf --batch $(srcdir)/autoconf.texi  
   
 standards.pdf: standards.texi make-stds.texi  
         $(TEXI2DVI) --pdf --batch $(srcdir)/standards.texi  
   
 .PHONY: html pdf  
380  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
381  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
382  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26