comparison doc/interpreter/Makefile.in @ 3364:fac05a83b4c5

[project @ 1999-11-20 03:05:42 by jwe]
author jwe
date Sat, 20 Nov 1999 03:05:45 +0000
parents ce3372c4cf0d
children c4ba3cada9cb
comparison
equal deleted inserted replaced
3363:9db3ff0b6913 3364:fac05a83b4c5
74 # Kluge: if the DOCSTRING files are present, assume they are current. 74 # Kluge: if the DOCSTRING files are present, assume they are current.
75 $(DOCSTRINGS): 75 $(DOCSTRINGS):
76 $(MAKE) -C $(dir $@) $(notdir $@) 76 $(MAKE) -C $(dir $@) $(notdir $@)
77 77
78 %.texi : %.txi 78 %.texi : %.txi
79 ./munge-texi \ 79 @echo making $@ from $<
80 @./munge-texi \
80 -d $(TOPDIR)/src/DOCSTRINGS \ 81 -d $(TOPDIR)/src/DOCSTRINGS \
81 -d $(TOPDIR)/scripts/DOCSTRINGS < $< > $@.t 82 -d $(TOPDIR)/scripts/DOCSTRINGS < $< > $@.t
82 mv $@.t $@ 83 @mv $@.t $@
83 84
84 octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi 85 octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi
85 -makeinfo -I$(srcdir) -I$(srcdir)/.. $< 86 -makeinfo -I$(srcdir) -I$(srcdir)/.. $<
86 87
87 octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi 88 octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi