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 mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs