[mcclim-cvs] CVS mcclim/Doc/Guided-Tour

rschlatte rschlatte at common-lisp.net
Mon Jun 26 11:16:29 UTC 2006


Update of /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour
In directory clnet:/tmp/cvs-serv9147/Doc/Guided-Tour

Modified Files:
	Makefile 
Log Message:
Fix guided-tour build for non-Gnu awks (thanks to Michael Weber)


--- /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour/Makefile	2006/06/26 09:34:10	1.2
+++ /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour/Makefile	2006/06/26 11:16:29	1.3
@@ -13,10 +13,10 @@
 	fig2dev -L pstex_t $(value $@) -E 1 -p $^ $@
 
 %.cut: %.lisp
-	gawk '/LTAG-end/   { found=found " " active; active="" }   \
-	                   { if (active!="") print $$active > active}      \
-	      /LTAG-start/ { split($$2,foo,":"); active=foo[2] } \
-	      END          { print found }' $<
+	awk '/LTAG-end/   { found=found " " active; active="" }   \
+	                  { if (active!="") print > active}      \
+	     /LTAG-start/ { split($$2,foo,":"); active=foo[2] } \
+	     END          { print found }' $<
 
 .PHONY: clean
 




More information about the Mcclim-cvs mailing list