From aaf6ec5c700eef0b99751ad7f5e6537b792ab29d Mon Sep 17 00:00:00 2001 From: hal9 Date: Sun, 7 Apr 2002 20:32:03 +0000 Subject: [PATCH] -Add meta data kludge for make dok-webserver via $(PERL). -Add subdirs for 'make dok-release'. --- GNUmakefile.in | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index cc732f6a..9ce5476a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.69 2002/04/07 08:10:47 swa Exp $ +# $Id: GNUmakefile.in,v 1.70 2002/04/07 08:59:40 swa Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -544,6 +544,10 @@ dok-readme: doc/source/ldpOK.dsl # webserver files dok-webserver: doc/source/ldpOK.dsl cd doc/source/webserver && $(DB) -V nochunks index.sgml > ../../webserver/index.html + $(PERL) -pi -e 's/..\/p_doc.css/p_web.css/;\ + s/<\/HEAD/\n<\/HEAD/;\ + s/<\/HEAD/\n<\/HEAD/'\ + doc/webserver/index.html dok: dok-devel dok-user dok-faq dok-man dok-readme dok-webserver # kludge to force recreation on next run. Rodgrigo? @@ -603,17 +607,17 @@ make dok-release: @$(ECHO) Setting doc version and status to $(VERSION), $(CODE_STATUS) @$(PERL) -pi -e 's///;\ s///' \ - doc/source/*sgml + doc/source/*sgml doc/source/*/*sgml ifeq ($(CODE_STATUS),stable) @$(ECHO) Setting docs to stable $(VERSION) @$(PERL) -pi -e 's///;\ s///' \ - doc/source/*sgml + doc/source/*sgml doc/source/*/*sgml else @$(ECHO) Setting docs to not stable $(VERSION) @$(PERL) -pi -e 's///;\ s///' \ - doc/source/*sgml + doc/source/*sgml doc/source/*/*sgml endif ############################################################################# @@ -757,6 +761,10 @@ install: all ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.70 2002/04/07 08:59:40 swa +# generated files. do NOT edit. +# fixed directory bug in makefile. +# # Revision 1.69 2002/04/07 08:10:47 swa # create some of the webserver docs # automatically (in particular if -- 2.39.2