Update of /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour In directory clnet:/tmp/cvs-serv27783/Doc/Guided-Tour
Modified Files: Makefile Log Message: Use GNU awk explicitly when building the Guided Tour document.
--- /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour/Makefile 2006/01/30 16:14:01 1.1 +++ /project/mcclim/cvsroot/mcclim/Doc/Guided-Tour/Makefile 2006/06/26 09:34:10 1.2 @@ -13,10 +13,10 @@ fig2dev -L pstex_t $(value $@) -E 1 -p $^ $@
%.cut: %.lisp - awk '/LTAG-end/ { found=found " " active; active="" } \ - { if (active!="") print $$active > active} \ - /LTAG-start/ { split($$2,foo,":"); active=foo[2] } \ - END { print found }' $< + gawk '/LTAG-end/ { found=found " " active; active="" } \ + { if (active!="") print $$active > active} \ + /LTAG-start/ { split($$2,foo,":"); active=foo[2] } \ + END { print found }' $<
.PHONY: clean