[Koha-cvs] CVS: koha/misc/translator Makefile,1.1.2.1,1.1.2.2

Ambrose C. LI acli at users.sourceforge.net
Sun Jan 23 05:58:41 CET 2005


Update of /cvsroot/koha/koha/misc/translator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1353

Modified Files:
      Tag: rel_2_2
	Makefile 
Log Message:
Forgot to take out this debugging code


Index: Makefile
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/Makefile,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** Makefile	23 Jan 2005 04:57:51 -0000	1.1.2.1
--- Makefile	23 Jan 2005 04:58:39 -0000	1.1.2.2
***************
*** 2,6 ****
  
  %.txt: %.html
! 	set -x; sed -e 's/<blockquote>/&<table border=0 width="100%"><tr><td nowrap><pre>/g' -e 's/<\/blockquote>/<\/pre><\/table>&/g' $<|tee foo|LANG=C w3m -T text/html -cols 80 | sed -e 's/  *$$//g' | cat -s > $@
  
  clean:
--- 2,6 ----
  
  %.txt: %.html
! 	set -x; sed -e 's/<blockquote>/&<table border=0 width="100%"><tr><td nowrap><pre>/g' -e 's/<\/blockquote>/<\/pre><\/table>&/g' $<|LANG=C w3m -T text/html -cols 80 | sed -e 's/  *$$//g' | cat -s > $@
  
  clean:





More information about the Koha-cvs mailing list