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

Diff of /auctex/preview/Makefile.in

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

revision 1.74 by angeli, Wed Jun 8 07:36:44 2005 UTC revision 1.75 by dak, Fri Jun 24 08:14:05 2005 UTC
# Line 39  all: texmf lisp install-hint Line 39  all: texmf lisp install-hint
39  lisp: $(LISP_OBJS)  lisp: $(LISP_OBJS)
40          test "x$(packagedir)" != xno || $(MAKE) preview-latex.el          test "x$(packagedir)" != xno || $(MAKE) preview-latex.el
41    
42  texmf:  texmf: latex/Makefile
43          (cd latex ; $(MAKE) all)          (cd latex ; $(MAKE) all)
44    
45    latex/Makefile: latex/Makefile.in Makefile config.status
46            ./config.status
47    
48    auto.el: auto.el.in Makefile config.status
49            ./config.status
50    
51    configure: configure.ac ../aclocal.m4
52            autoconf -I..
53    
54    Makefile: Makefile.in config.status
55            ./config.status
56    
57    config.status: configure
58            ./config.status --recheck
59    
60  install-hint:  install-hint:
61          @echo 'Congratulations!  Build is complete.'          @echo 'Congratulations!  Build is complete.'
62          @echo          @echo
# Line 82  install-nosearch: Line 97  install-nosearch:
97  install-metadata:  install-metadata:
98          test "x$(packagedir)" = xno || { \          test "x$(packagedir)" = xno || { \
99            $(MKINSTALLDIRS) $(DESTDIR)$(packagedir)/pkginfo || : ; \            $(MKINSTALLDIRS) $(DESTDIR)$(packagedir)/pkginfo || : ; \
100            $(ELCC) $(AUCTEX) -l preview -l prv-install -f preview-make-package $(DESTDIR)$(packagedir) "$(PACKAGE)" preview-release-date auto.el && \            $(ELCC) $(AUCTEX) -l preview -l prv-install -f preview-make-package $(DESTDIR)$(packagedir) "$(PACKAGE)" preview-release-date preview-version auto.el && \
101            cd $(DESTDIR)$(packagedir) && \            cd $(DESTDIR)$(packagedir) && \
102            find "etc/$(PACKAGE)" "lisp/$(PACKAGE)" -print >"pkginfo/MANIFEST.$(PACKAGE)" && \            find "etc/$(PACKAGE)" "lisp/$(PACKAGE)" -print >"pkginfo/MANIFEST.$(PACKAGE)" && \
103            for i in $(PACKAGE_INFO); do \            for i in $(PACKAGE_INFO); do \

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

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