[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/Makefile.in
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/Makefile.in |
Date: |
Wed, 08 Jun 2005 03:55:23 -0400 |
Index: auctex/Makefile.in
diff -u auctex/Makefile.in:1.100 auctex/Makefile.in:1.101
--- auctex/Makefile.in:1.100 Sat Jun 4 09:56:27 2005
+++ auctex/Makefile.in Wed Jun 8 07:55:23 2005
@@ -19,6 +19,7 @@
packagedatadir = @address@hidden(null)
packagedir = @address@hidden(null)
autodir = @address@hidden(null)
address@hidden@
address@hidden@
styledir = $(packagedatadir)/style
AUCTEXDATE = @AUCTEXDATE@
@@ -98,11 +99,11 @@
NOSEARCH = style/.nosearch
-all: lisp
+all: lisp docs
$(DESCEND)
-.PHONY: all lisp some install contrib install-el install-lisp \
- install-contrib install-contrib-el install-info install-auto \
+.PHONY: all lisp docs some install contrib install-el install-lisp \
+ install-contrib install-contrib-el install-docs install-auto \
install-metadata install-startup \
clean distclean snapshot check-dist release-commit \
dist patch tar-ball full-release tar-ball-clean wc
@@ -110,6 +111,11 @@
lisp: tex-site.el $(AUCSRC)
$(ELCC) -f batch-byte-compile $(AUCSRC) $(STYLESRC)
+docs:
+ (cd doc ; $(MAKE) auctex)
+ if test "x$(preview_enabled)" = xyes; then \
+ (cd doc; $(MAKE) preview); fi
+
tex-site.el: tex-site.el.out auto-loads.el Makefile
cat tex-site.el.out >$@
test X$(packagedir) != Xno || cat auto-loads.el >>$@
@@ -144,7 +150,7 @@
some: $(AUCELC) $(STYLEELC)
-install: install-lisp install-info install-images install-startup
+install: install-lisp install-docs install-images install-startup
$(DESCEND)
$(MAKE) 'DESTDIR=$(DESTDIR)' install-metadata
@@ -212,9 +218,10 @@
$(INSTALL_DATA) $$x $(DESTDIR)$(packagelispdir) ; \
done;
-install-info:
- -cd doc; $(MAKE) 'DESTDIR=$(DESTDIR)' install
-
+install-docs:
+ (cd doc ; $(MAKE) DESTDIR=$(DESTDIR) install-auctex); \
+ if test "x$(preview_enabled)" = xyes; then \
+ (cd doc ; $(MAKE) DESTDIR=$(DESTDIR) install-preview); fi
install-auto:
@echo "Use \"M-x TeX-auto-generate-global RET\" instead."
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/06/04
- [AUCTeX-diffs] Changes to auctex/Makefile.in,
Ralf Angeli <=
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Ralf Angeli, 2005/06/09
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Ralf Angeli, 2005/06/09
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/06/13
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Ralf Angeli, 2005/06/14
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Ralf Angeli, 2005/06/14
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/06/14
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Masayuki Ataka, 2005/06/14
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/06/20
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/06/20
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/06/24