mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
[svn] Don't attempt to use Emacs as a susbtitute for makeinfo.
This commit is contained in:
@@ -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@,' $? > $@
|
||||
|
||||
Reference in New Issue
Block a user