current GNUmakefile.in,1.251,1.252

Fabian Keil <[email protected]> Thu, 28 Jul 2016 08:16:06 +0000
Newsgroups gmane.comp.web.privoxy.cvs
Message-ID <[email protected]>
Update of /cvsroot/ijbswa/current
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29236

Modified Files:
	GNUmakefile.in 
Log Message:
GNUMakefile.in: Let the dok-user target remove temporary files


Index: GNUmakefile.in
===================================================================
RCS file: /cvsroot/ijbswa/current/GNUmakefile.in,v
retrieving revision 1.251
retrieving revision 1.252
diff -C2 -d -r1.251 -r1.252
*** GNUmakefile.in	8 May 2016 12:46:15 -0000	1.251
--- GNUmakefile.in	28 Jul 2016 08:16:04 -0000	1.252
***************
*** 453,457 ****
  	# 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<LINK REL=\"STYLESHEET\" TYPE=\"text\/css\" HREF=\"p_doc.css\">\n<\/head/i' doc/webserver/user-manual/*html
  
  # faq
--- 453,458 ----
  	# 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<LINK REL=\"STYLESHEET\" TYPE=\"text\/css\" HREF=\"p_doc.css\">\n<\/head/i' doc/webserver/user-manual/*html && \
! 	rm doc/webserver/user-manual/*html.bak
  
  # faq


------------------------------------------------------------------------------