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

Diff of /auctex/Makefile.in

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

revision 1.115 by angeli, Sun Sep 25 08:44:12 2005 UTC revision 1.116 by angeli, Sun Sep 25 14:18:43 2005 UTC
# Line 295  tar-ball: Line 295  tar-ball:
295  # Remove dysfunctional spec file.  # Remove dysfunctional spec file.
296          cd auctex-$(TAG) && rm auctex.spec          cd auctex-$(TAG) && rm auctex.spec
297          chmod -R go-w+rX auctex-$(TAG)          chmod -R go-w+rX auctex-$(TAG)
298          rm -rf $(FTPDIR) $(WWWDIR)/doc          rm -rf $(FTPDIR)
299          mkdir -p $(FTPDIR) $(WWWDIR)/doc          mkdir -p $(FTPDIR)
300          tar -cf - --owner=root --group=root auctex-$(TAG) | gzip --best > $(FTPDIR)/auctex-$(TAG).tar.gz          tar -cf - --owner=root --group=root auctex-$(TAG) | gzip --best > $(FTPDIR)/auctex-$(TAG).tar.gz
301          -zip -r $(FTPDIR)/auctex-$(TAG).zip auctex-$(TAG)          -zip -r $(FTPDIR)/auctex-$(TAG).zip auctex-$(TAG)
302          cp auctex-$(TAG)/CHANGES $(FTPDIR)/CHANGES          cp auctex-$(TAG)/CHANGES $(FTPDIR)/CHANGES
# Line 304  tar-ball: Line 304  tar-ball:
304          cd doc && $(MAKE) extradist          cd doc && $(MAKE) extradist
305          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)
306          cp ChangeLog $(FTPDIR)          cp ChangeLog $(FTPDIR)
         cp doc/html/*.html $(WWWDIR)/doc  
307    
308  full-release:  full-release:
309          rm -f $(FTPDIR)/*.{directive,asc,sig}          rm -f $(FTPDIR)/*.{directive,asc,sig}
# Line 332  xemacs-package: Line 331  xemacs-package:
331          && ./configure --with-xemacs --with-packagedir=`pwd`/xemacs-package --without-texmf-dir --with-auto-dir=etc/auctex/auto \          && ./configure --with-xemacs --with-packagedir=`pwd`/xemacs-package --without-texmf-dir --with-auto-dir=etc/auctex/auto \
332          && make all install-man install && cd xemacs-package && tar -cf - --owner=root --group=root . | gzip --best > $(FTPDIR)/auctex-$(TAG)-pkg.tar.gz          && make all install-man install && cd xemacs-package && tar -cf - --owner=root --group=root . | gzip --best > $(FTPDIR)/auctex-$(TAG)-pkg.tar.gz
333          rm -rf xemacs-build          rm -rf xemacs-build
334    
335    www-doc:
336            rm -rf $(WWWDIR)
337            mkdir -p $(WWWDIR)/auctex-manual
338            mkdir -p $(WWWDIR)/preview-manual
339            cp doc/*.texi $(WWWDIR)/auctex-manual
340            cp doc/*.texi $(WWWDIR)/preview-manual
341            cd $(WWWDIR)/auctex-manual \
342            && wget -O gendocs.sh 'http://savannah.gnu.org/cgi-bin/viewcvs/%2acheckout%2a/texinfo/texinfo/util/gendocs.sh?rev=HEAD' \
343            && chmod u+x gendocs.sh \
344            && wget -O gendocs_template 'http://savannah.gnu.org/cgi-bin/viewcvs/%2acheckout%2a/texinfo/texinfo/util/gendocs_template?rev=HEAD' \
345            && ./gendocs.sh auctex "AUCTeX Manual" \
346            && cp gendocs.sh gendocs_template $(WWWDIR)/preview-manual
347            cd $(WWWDIR)/preview-manual \
348            && ./gendocs.sh preview-latex "preview-latex Manual"

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116

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