X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=e7fca442fc7c6f8e444b81f854d662733720e24f;hp=f0b75ba035ef692438a6aed7a6d47863c7535562;hb=b9806a317e5ebb2de178414a7622011a406e42ff;hpb=d718332b42f884d9c3c2fd0cfa9b83f4973c6971 diff --git a/GNUmakefile.in b/GNUmakefile.in index f0b75ba0..e7fca442 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -32,7 +32,7 @@ @SET_MAKE@ ############################################################################# -# Version number (for RPM) +# Version number ############################################################################# VERSION_MAJOR = @VERSION_MAJOR@ @@ -574,6 +574,7 @@ groff2html: dok-readme: dok-release cd doc/source && $(DB_TXT)-notoc -V nochunks readme.sgml > tmp.html &&\ $(W3M_DUMP) tmp.html > ../../README ;\ + $(PERL) -pi'' -e 's@doc/source/readme\.sgml@README@' ../../README; \ $(DB_TXT)-notoc -V nochunks install.sgml > tmp.html &&\ $(W3M_DUMP) tmp.html > ../../INSTALL ;\ $(RM) tmp.*