/[auctex]/auctex/Makefile.in
ViewVC logotype

Diff of /auctex/Makefile.in

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

revision 1.104 by dak, Mon Jun 13 23:20:15 2005 UTC revision 1.105 by angeli, Tue Jun 14 07:33:27 2005 UTC
# Line 101  DISTTEXTS = FAQ INSTALL INSTALL.windows Line 101  DISTTEXTS = FAQ INSTALL INSTALL.windows
101    
102  NOSEARCH = style/.nosearch  NOSEARCH = style/.nosearch
103    
104  all: lisp docs  all: lisp
105          $(DESCEND)          $(DESCEND)
106    
107  .PHONY: all lisp docs some install contrib install-el install-lisp \  .PHONY: all lisp info dvi some install contrib install-el install-lisp \
108          install-contrib install-contrib-el install-docs install-auto \          install-contrib install-contrib-el install-docs install-auto \
109          install-metadata install-startup \          install-metadata install-startup \
110          clean distclean snapshot check-dist release-commit \          clean distclean snapshot check-dist release-commit \
# Line 113  all: lisp docs Line 113  all: lisp docs
113  lisp:   tex-site.el $(AUCSRC)  lisp:   tex-site.el $(AUCSRC)
114          $(ELCC) -f batch-byte-compile $(AUCSRC) $(STYLESRC)          $(ELCC) -f batch-byte-compile $(AUCSRC) $(STYLESRC)
115    
116  docs:  info:
117          (cd doc ; $(MAKE) auctex)          (cd doc ; $(MAKE) info)
118          if test "x$(preview_enabled)" = xyes; then \  
119                  (cd doc; $(MAKE) preview); fi  dvi:
120            (cd doc ; $(MAKE) dvi)
121    
122  tex-site.el: tex-site.el.out auto-loads.el Makefile  tex-site.el: tex-site.el.out auto-loads.el Makefile
123          cat tex-site.el.out >$@          cat tex-site.el.out >$@
# Line 302  tar-ball: Line 303  tar-ball:
303          -zip -r $(FTPDIR)/auctex-$(TAG).zip auctex-$(TAG)          -zip -r $(FTPDIR)/auctex-$(TAG).zip auctex-$(TAG)
304          cp auctex-$(TAG)/CHANGES $(FTPDIR)/CHANGES          cp auctex-$(TAG)/CHANGES $(FTPDIR)/CHANGES
305          cp auctex-$(TAG)/RELEASE $(FTPDIR)/RELEASE-$(TAG)          cp auctex-$(TAG)/RELEASE $(FTPDIR)/RELEASE-$(TAG)
306          cd doc && $(MAKE) extradist          cd doc && $(MAKE) dist extradist
307          cp doc/auctex.ps doc/auctex.pdf doc/tex-ref.ps doc/tex-ref.pdf $(FTPDIR)          cp doc/auctex.ps doc/auctex.pdf doc/tex-ref.ps doc/tex-ref.pdf $(FTPDIR)
308          cp ChangeLog $(FTPDIR)          cp ChangeLog $(FTPDIR)
309          cp doc/html/*.html $(WWWDIR)/doc          cp doc/html/*.html $(WWWDIR)/doc

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

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