Sha256: e7d4bd260b8cbb3f62142d8c077899ee4bbdfc0119f2899dc3826b2ee4f4dae9

Contents?: true

Size: 420 Bytes

Versions: 5

Compression:

Stored size: 420 Bytes

Contents

ALL = table1.rhtml table1.php table1.jsp

all:    ${ALL}

clean:
	rm -f ${ALL}

table1.rhtml:     table1.eruby.plogic table1.html
	kwartz -l eruby -p table1.eruby.plogic table1.html > table1.rhtml

table1.php:       table1.php.plogic table1.html
	kwartz -l php -p table1.php.plogic table1.html > table1.php

table1.jsp:       table1.jstl.plogic table1.html
	kwartz -l jstl -p table1.jstl.plogic table1.html > table1.jsp

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kwartz-3.2.0 examples/table1/Makefile
kwartz-3.0.0 examples/table1/Makefile
kwartz-3.1.0 examples/table1/Makefile
kwartz-3.1.1 examples/table1/Makefile
kwartz-3.1.2 examples/table1/Makefile