# HG changeset patch # User Jason Rumney # Date 1075930805 0 # Node ID 8e3fcb111ffda6dd371f85c590f539e14cfd057b # Parent 115f619170b575512d9d908ea619ffc8363b6851 Sync with Makefile.in changes. diff -r 115f619170b5 -r 8e3fcb111ffd lispref/makefile.w32-in --- a/lispref/makefile.w32-in Wed Feb 04 21:39:41 2004 +0000 +++ b/lispref/makefile.w32-in Wed Feb 04 21:40:05 2004 +0000 @@ -39,9 +39,6 @@ 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 @@ $(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 @@ 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. +elisp.dvi: $(srcs) $(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.?? - $(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