koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ambrose C. LI
Subject: [Koha-cvs] CVS: koha/misc/translator Makefile,1.1.2.1,1.1.2.2
Date: Sat, 22 Jan 2005 20:58:41 -0800

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:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]