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

Diff of /auctex/doc/Makefile.in

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

revision 1.34 by angeli, Tue Jun 14 07:33:51 2005 UTC revision 1.35 by dak, Mon Jun 20 21:58:53 2005 UTC
# Line 30  dvi: auctex.dvi tex-ref.dvi preview-late Line 30  dvi: auctex.dvi tex-ref.dvi preview-late
30    
31  install: install-auctex install-preview  install: install-auctex install-preview
32    
33    install-man:
34            test x$(packagedir) != xno && \
35            { $(MKINSTALLDIRS) $(DESTDIR)$(packagedir)/man/auctex ; \
36            for i in $(AUCTEXTEXIFILES) $(PREVIEWTEXIFILES) ; \
37            do echo $(INSTALL_DATA) $i $(DESTDIR)$(packagedir)/man/auctex; \
38               $(INSTALL_DATA) $i $(DESTDIR)$(packagedir)/man/auctex; \
39            done ; \
40            }
41    
42  dist: $(DISTTEXTS) preview-latex.info auctex.info  dist: $(DISTTEXTS) preview-latex.info auctex.info
43    
44  extradist: html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf  extradist: html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf
45    
46  .PHONY: all info dvi dist install-auctex disttexts clean distclean \  .PHONY: all info dvi dist install-auctex disttexts clean distclean \
47          maintainer-clean install-preview html-docs extradist          maintainer-clean install-preview install-man html-docs extradist
48    
49  # AUCTeX  # AUCTeX
50    

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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