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

Diff of /auctex/Makefile.in

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

revision 1.108 by ataka, Tue Jun 14 19:32:22 2005 UTC revision 1.109 by dak, Mon Jun 20 21:58:53 2005 UTC
# Line 106  all: lisp Line 106  all: lisp
106    
107  .PHONY: all lisp info dvi 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 install-man \
110          clean distclean snapshot check-dist release-commit \          clean distclean snapshot check-dist release-commit \
111          dist patch tar-ball full-release tar-ball-clean wc          dist patch tar-ball full-release tar-ball-clean wc xemacs-package
112    
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)
# Line 157  install: install-lisp install-docs insta Line 157  install: install-lisp install-docs insta
157          $(DESCEND)          $(DESCEND)
158          $(MAKE) 'DESTDIR=$(DESTDIR)' install-metadata          $(MAKE) 'DESTDIR=$(DESTDIR)' install-metadata
159    
160    install-man:
161            cd doc && $(MAKE) 'DESTDIR=$(DESTDIR)' install-man
162            $(INSTALL_DATA) RELEASE $(DESTDIR)$(packagedir)/man/auctex
163    
164  install-startup:  install-startup:
165          test $(packagedir) != no || \          test $(packagedir) != no || \
166            $(INSTALL_DATA) auctex.el $(DESTDIR)$(auctexstartfile)            $(INSTALL_DATA) auctex.el $(DESTDIR)$(auctexstartfile)
# Line 325  full-release: Line 329  full-release:
329  patch:  patch:
330          diff -u auctex-$(OLD) auctex-$(TAG) | gzip --best \          diff -u auctex-$(OLD) auctex-$(TAG) | gzip --best \
331                  >$(FTPDIR)/auctex-$(OLD)-to-$(TAG).patch.gz                  >$(FTPDIR)/auctex-$(OLD)-to-$(TAG).patch.gz
332    
333    xemacs-package:
334            rm -rf xemacs-build
335            cp -a auctex-$(TAG) xemacs-build
336            cd xemacs-build \
337            && ./configure --with-packagedir=`pwd`/xemacs-package --without-texmf-dir --with-xemacs --with-auto-dir=etc/auctex/auto \
338            && make all install-man install && cd xemacs-package && tar -cf - --owner=root --group=root . | gzip --best > $(FTPDIR)/auctex-$(TAG)-pkg.tar.gz
339            rm -rf xemacs-build

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109

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