/[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.73 by dak, Sat Jun 4 10:40:36 2005 UTC revision 1.74 by angeli, Wed Jun 8 07:36:44 2005 UTC
# Line 34  INSTALL = @INSTALL@ Line 34  INSTALL = @INSTALL@
34  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
35  MKINSTALLDIRS = ../mkinstalldirs  MKINSTALLDIRS = ../mkinstalldirs
36    
37  all: texmf lisp docs install-hint  all: texmf lisp install-hint
38    
39  lisp: $(LISP_OBJS)  lisp: $(LISP_OBJS)
40          test "x$(packagedir)" != xno || $(MAKE) preview-latex.el          test "x$(packagedir)" != xno || $(MAKE) preview-latex.el
# Line 42  lisp: $(LISP_OBJS) Line 42  lisp: $(LISP_OBJS)
42  texmf:  texmf:
43          (cd latex ; $(MAKE) all)          (cd latex ; $(MAKE) all)
44    
 docs:  
         (cd doc ; $(MAKE) all)  
   
45  install-hint:  install-hint:
46          @echo 'Congratulations!  Build is complete.'          @echo 'Congratulations!  Build is complete.'
47          @echo          @echo
# Line 53  install-hint: Line 50  install-hint:
50    
51    
52  .PHONY: install install-texmf install-el install-images install-startup \  .PHONY: install install-texmf install-el install-images install-startup \
53          install-nosearch install-docs install-metadata use-hint all lisp texmf docs          install-nosearch install-metadata use-hint all lisp texmf
54    
55  install: install-texmf install-el install-nosearch install-images \  install: install-texmf install-el install-nosearch install-images \
56           install-startup install-docs install-metadata use-hint           install-startup install-metadata use-hint
   
 install-docs:  
         (cd doc ; $(MAKE) DESTDIR=$(DESTDIR) install)  
57    
58  use-hint:  use-hint:
59          @echo "Installation completed."          @echo "Installation completed."
# Line 133  preview-latex.el: preview.el auto.el Line 127  preview-latex.el: preview.el auto.el
127  clean:  clean:
128          rm -f latex.out testdocstrip.tex preview-latex.el          rm -f latex.out testdocstrip.tex preview-latex.el
129          rm -rf *.prv *.elc *~ *.aux *.dvi *.log          rm -rf *.prv *.elc *~ *.aux *.dvi *.log
         (cd doc ; $(MAKE) clean)  
130          (cd latex ; $(MAKE) clean)          (cd latex ; $(MAKE) clean)
131    
132  distclean: clean  distclean: clean
# Line 141  distclean: clean Line 134  distclean: clean
134          rm -f Makefile */Makefile auto.el          rm -f Makefile */Makefile auto.el
135    
136  maintainer-clean:  maintainer-clean:
         (cd doc ; $(MAKE) maintainer-clean)  
137          $(MAKE) distclean          $(MAKE) distclean
138          rm -rf autom4te.cache          rm -rf autom4te.cache

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

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