/[emacs]/emacs/lispref/Makefile.in
ViewVC logotype

Diff of /emacs/lispref/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by eliz, Sat Nov 10 18:27:35 2001 UTC revision 1.22 by eliz, Fri Nov 16 12:42:29 2001 UTC
# Line 26  srcdir = @srcdir@ Line 26  srcdir = @srcdir@
26  # Tell make where to find source files; this is needed for the makefiles.  # Tell make where to find source files; this is needed for the makefiles.
27  VPATH=@srcdir@  VPATH=@srcdir@
28    
29  infodir = ../info  infodir = $(srcdir)/../info
30    
31  # Redefine `TEX' if `tex' does not invoke plain TeX.  For example:  # Redefine `TEX' if `tex' does not invoke plain TeX.  For example:
32  # TEX=platex  # TEX=platex
# Line 111  srcs = \ Line 111  srcs = \
111  info: $(infodir)/elisp  info: $(infodir)/elisp
112    
113  $(infodir)/elisp: $(srcs) index.texi  $(infodir)/elisp: $(srcs) index.texi
114          cd $(srcdir); $(MAKEINFO) -I. elisp.texi -o $(infodir)/elisp          $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
115    
116  elisp.dvi: $(srcs) index.texi  elisp.dvi: $(srcs) index.texi
117          # Avoid losing old contents of aux file entirely.          # Avoid losing old contents of aux file entirely.
# Line 131  elisp.dvi: $(srcs) index.texi Line 131  elisp.dvi: $(srcs) index.texi
131  index.texi:  index.texi:
132          if [ a${permuted_index} != a ]; \          if [ a${permuted_index} != a ]; \
133          then \          then \
134            ln -s $(srcdir)/index.perm index.texi || ln $(srcdir)/index.perm index.texi; \            ln -s $(srcdir)/index.perm index.texi || ln $(srcdir)/index.perm index.texi || cp $(srcdir)/index.perm index.texi; \
135          else \          else \
136            ln -s $(srcdir)/index.unperm index.texi || ln $(srcdir)/index.unperm index.texi; \            ln -s $(srcdir)/index.unperm index.texi || ln $(srcdir)/index.unperm index.texi || cp $(srcdir)/index.unperm index.texi; \
137          fi          fi
138    
139  install: elisp  install: elisp

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26