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

Diff of /auctex/Makefile.in

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

revision 1.102 by angeli, Thu Jun 9 08:42:48 2005 UTC revision 1.103 by angeli, Thu Jun 9 15:55:51 2005 UTC
# Line 36  ELCC=$(EMACS) -batch -q -no-site-file -n Line 36  ELCC=$(EMACS) -batch -q -no-site-file -n
36  AUTOLOAD=--eval '(let ((generated-autoload-file (expand-file-name "$@"))) \  AUTOLOAD=--eval '(let ((generated-autoload-file (expand-file-name "$@"))) \
37    (mapcar (function update-file-autoloads) command-line-args-left) \    (mapcar (function update-file-autoloads) command-line-args-left) \
38    (save-buffers-kill-emacs t))'    (save-buffers-kill-emacs t))'
39  DESCEND=if test -n "$(subdirs)"; then OLDPWD="`pwd`";for i in ""$(subdirs);do cd $$i;echo "Descending into `pwd`";$(MAKE) 'DESTDIR=$(DESTDIR)' PACKAGE=$(PACKAGE) $@ || exit $$?;cd $$OLDPWD;echo "Ascending into $$OLDPWD";done;fi  DESCEND=test -z "$(subdirs)" || (OLDPWD="`pwd`";for i in ""$(subdirs);do cd $$i;echo "Descending into `pwd`";$(MAKE) 'DESTDIR=$(DESTDIR)' PACKAGE=$(PACKAGE) $@ || exit $$?;cd $$OLDPWD;echo "Ascending into $$OLDPWD";done)
40    
41    
42  .SUFFIXES: .el .elc .texi  .SUFFIXES: .el .elc .texi

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

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