(../info/idlwave): Use --no-split.
This commit is contained in:
parent
3f7e303108
commit
73ec16700b
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* Makefile.in (../info/idlwave): Use --no-split.
|
||||
|
||||
2000-12-14 Dave Love <fx@gnu.org>
|
||||
|
||||
* Makefile.in (mostlyclean): Remove gnustmp.*
|
||||
|
|
|
@ -194,8 +194,10 @@ faq.dvi: faq.texi
|
|||
autotype.dvi: autotype.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi
|
||||
|
||||
# This is produced with --no-split to avoid making files whose
|
||||
# names clash on DOS 8+3 filesystems
|
||||
../info/idlwave: idlwave.texi
|
||||
cd $(srcdir); $(MAKEINFO) idlwave.texi
|
||||
cd $(srcdir); $(MAKEINFO) --no-split idlwave.texi
|
||||
idlwave.dvi: idlwave.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/idlwave.texi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue