[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/doc/Makefile.in
From: |
David Kastrup |
Subject: |
[AUCTeX-diffs] Changes to auctex/doc/Makefile.in |
Date: |
Mon, 20 Jun 2005 17:58:56 -0400 |
Index: auctex/doc/Makefile.in
diff -u auctex/doc/Makefile.in:1.34 auctex/doc/Makefile.in:1.35
--- auctex/doc/Makefile.in:1.34 Tue Jun 14 07:33:51 2005
+++ auctex/doc/Makefile.in Mon Jun 20 21:58:53 2005
@@ -30,12 +30,21 @@
install: install-auctex install-preview
+install-man:
+ test x$(packagedir) != xno && \
+ { $(MKINSTALLDIRS) $(DESTDIR)$(packagedir)/man/auctex ; \
+ for i in $(AUCTEXTEXIFILES) $(PREVIEWTEXIFILES) ; \
+ do echo $(INSTALL_DATA) $i $(DESTDIR)$(packagedir)/man/auctex; \
+ $(INSTALL_DATA) $i $(DESTDIR)$(packagedir)/man/auctex; \
+ done ; \
+ }
+
dist: $(DISTTEXTS) preview-latex.info auctex.info
extradist: html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf
.PHONY: all info dvi dist install-auctex disttexts clean distclean \
- maintainer-clean install-preview html-docs extradist
+ maintainer-clean install-preview install-man html-docs extradist
# AUCTeX
- [AUCTeX-diffs] Changes to auctex/doc/Makefile.in, David Kastrup, 2005/06/04
- [AUCTeX-diffs] Changes to auctex/doc/Makefile.in, David Kastrup, 2005/06/06
- [AUCTeX-diffs] Changes to auctex/doc/Makefile.in, Ralf Angeli, 2005/06/08
- [AUCTeX-diffs] Changes to auctex/doc/Makefile.in, David Kastrup, 2005/06/13
- [AUCTeX-diffs] Changes to auctex/doc/Makefile.in, Ralf Angeli, 2005/06/14
- [AUCTeX-diffs] Changes to auctex/doc/Makefile.in, Ralf Angeli, 2005/06/14
- [AUCTeX-diffs] Changes to auctex/doc/Makefile.in, David Kastrup, 2005/06/20
- [AUCTeX-diffs] Changes to auctex/doc/Makefile.in,
David Kastrup <=