From 60211af4e62f710b61e9d53d4d21e0b7f2640ed7 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 23 May 2008 14:39:09 +0000 Subject: [PATCH] Silence dok-user complaint about @# not being found. --- GNUmakefile.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 02e8a52a..64b3bff0 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.165 2008/05/22 16:57:23 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.166 2008/05/23 14:04:57 fabiankeil Exp $ # # Written by and Copyright (C) 2001 - 2007 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -672,9 +672,9 @@ dok-user: $(RM) -r doc/source/user-manual/ mkdir -p doc/text doc/source/user-manual cd doc/source/user-manual && $(DB) -iuser-man ../user-manual.sgml && cd .. && cp user-manual/*.html ../webserver/user-manual/ - @#FIXME: temp fix so same stylesheet gets in more than one place so it works \ - @# for all doc set-ups, including the 'user manual' config option in local \ - @#system where it MUST be in same directory as html. + # FIXME: temp fix so same stylesheet gets in more than one place so it works + # for all doc set-ups, including the 'user manual' config option in local + # system where it MUST be in same directory as html. $(PERL) -pi.bak -e 's/<\/head/\n\n<\/head/i' doc/webserver/user-manual/*html cd doc/source && $(DB) -iuser-man -V nochunks user-manual.sgml > tmp.html && env -u LANG $(WDUMP) tmp.html > ../text/user-manual.txt && $(RM) -r tmp.html user-manual @@ -1372,6 +1372,11 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.166 2008/05/23 14:04:57 fabiankeil +# - Get config-file target working with more recent Perl +# versions. The generated file is still messed up, though. +# - Fix comment typo. +# # Revision 1.165 2008/05/22 16:57:23 fabiankeil # Fix coffee machine. # -- 2.39.2