[svn] Don't attempt to use Emacs as a susbtitute for makeinfo.

This commit is contained in:
hniksic
2003-11-08 16:24:56 -08:00
parent c92e54ce02
commit 35e205ef2f
3 changed files with 13 additions and 11 deletions

View File

@@ -65,8 +65,8 @@ everything: all wget_us.ps wget_a4.ps wget_toc.html
$(SAMPLERCTEXI): $(srcdir)/sample.wgetrc
sed s/@/@@/g $? > $@
wget.info: $(SAMPLERCTEXI) $(srcdir)/wget.texi
$(MAKEINFO) -I$(srcdir)
wget.info: $(srcdir)/wget.texi $(SAMPLERCTEXI)
$(MAKEINFO) -I$(srcdir) $<
$(TEXI2POD): $(TEXI2POD).in
sed 's,^#! /usr/bin/perl,#! @PERL@,' $? > $@