]> sjero.net Git - wget/blobdiff - doc/Makefile.in
[svn] * {.,doc,src,util,windows}/Makefile.in: Moved top_builddir out of "User
[wget] / doc / Makefile.in
index a410d97ece678cb70f04b988ab788682a3bfaf38..0d8819673d55d765d301cb49b4334505352f621e 100644 (file)
@@ -30,6 +30,8 @@ DVIPS = dvips -D 300
 # Program to convert texinfo files to html
 TEXI2HTML = texi2html -expandinfo -split_chapter
 
+top_builddir = ..
+
 top_srcdir = @top_srcdir@
 srcdir     = @srcdir@
 VPATH      = @srcdir@
@@ -65,7 +67,7 @@ wget.info: $(SAMPLERCTEXI) $(srcdir)/wget.texi
        -$(MAKEINFO)
 
 $(TEXI2POD): $(srcdir)/$(TEXI2POD).in
-       sed s^/usr/bin/perl^@PERL@^ $< > $@
+       sed s,/usr/bin/perl,@PERL@, $< > $@
        chmod u+x $@
 
 wget.pod: $(srcdir)/wget.texi texi2pod.pl