diff options
author | Jason Rumney <jasonr@gnu.org> | 2004-02-04 21:40:05 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2004-02-04 21:40:05 +0000 |
commit | 9cadd46cf0bd439ad64b0e9a5bea1d9e304122e0 (patch) | |
tree | a4af85f0b24e05a0690039e1bf7829d67b4ee1f3 /lispref | |
parent | a1d38d637ab8c5ca3739b01f0f993ae8354f3ff1 (diff) | |
download | emacs-9cadd46cf0bd439ad64b0e9a5bea1d9e304122e0.tar.gz |
Sync with Makefile.in changes.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/makefile.w32-in | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/lispref/makefile.w32-in b/lispref/makefile.w32-in index 8cb9aa83330..f5f6c306eec 100644 --- a/lispref/makefile.w32-in +++ b/lispref/makefile.w32-in @@ -39,9 +39,6 @@ texinputdir = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /C VERSION=2.9 manual = elisp-manual-21-$(VERSION) -# Uncomment this line for permuted index. -# permuted_index = 1 - # List of all the texinfo files in the manual: srcs = \ @@ -95,8 +92,7 @@ srcs = \ $(srcdir)/tips.texi \ $(srcdir)/variables.texi \ $(srcdir)/windows.texi \ - $(srcdir)/index.unperm \ - $(srcdir)/index.perm \ + $(srcdir)/index.texi \ $(srcdir)/gpl.texi \ $(srcdir)/doclicense.texi @@ -107,29 +103,16 @@ srcs = \ info: $(infodir)/elisp $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp -$(infodir)/elisp: $(srcs) index.texi +$(infodir)/elisp: $(srcs) $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp -elisp.dvi: $(srcs) index.texi -# Avoid losing old contents of aux file entirely. - -ren elisp.aux elisp.oaux -# First shot to define xrefs. - $(texinputdir) $(TEX) $(srcdir)/elisp.texi - if not a$(permuted_index) == a sh $(srcdir)/permute-index - if not a$(permuted_index) == a ren permuted.fns elisp.fns - if not a$(permuted_index) == a texindex elisp.tp - if a$(permuted_index) == a texindex elisp.?? +elisp.dvi: $(srcs) $(texinputdir) $(TEX) $(srcdir)/elisp.texi -index.texi: - if a$(permuted_index) == a cp $(srcdir)/index.unperm index.texi - if not a$(permuted_index) == a cp $(srcdir)/index.perm index.texi - clean: rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ *.vr *.vrs *.pg *.pgs *.ky *.kys rm -f make.out core - rm -f index.texi rm -f $(infodir)/elisp* distclean: clean |