Sha256: 77e30e019d0e647ef87aa6a98d064349405f1bf690ee77f581066e7a522fcdff

Contents?: true

Size: 1.64 KB

Versions: 5

Compression:

Stored size: 1.64 KB

Contents

ALL = content1.rhtml content2.rhtml content1.php content2.php content1.jsp content2.jsp

all:	${ALL}

clean:
	rm -f ${ALL}

##

result1.eruby.html:  main.rb result1.rhtml
	ruby main.rb > result1.eruby.html

result2.eruby.html:  main.rb result2.rhtml
	ruby main.rb AAPL > result2.eruby.html

result1.php.html:  main.php result1.rhtml
	ruby main.php > result1.php.html

result2.php.html:  main.php result2.rhtml
	ruby main.php AAPL > result2.php.html

##

content1.rhtml: content.eruby.plogic content1.html \
              menu.eruby.plogic menu.html layout.html
	kwartz -l eruby -p content.eruby,menu.eruby -i menu.html -L layout.html content1.html > content1.rhtml

content2.rhtml: content.eruby.plogic content2.html \
              menu.eruby.plogic menu.html layout.html
	kwartz -l eruby -p content.eruby,menu.eruby -i menu.html -L layout.html content2.html > content2.rhtml

content1.php: content.php.plogic content1.html \
              menu.php.plogic menu.html layout.html
	kwartz -l php -p content.php,menu.php -i menu.html -L layout.html content1.html > content1.php

content2.php: content.php.plogic content2.html \
              menu.php.plogic menu.html layout.html
	kwartz -l php -p content.php,menu.php -i menu.html -L layout.html content2.html > content2.php

content1.jsp: content.jstl.plogic content1.html \
              menu.jstl.plogic menu.html layout.html
	kwartz -l jstl -p content.jstl,menu.jstl -i menu.html -L layout.html content1.html > content1.jsp

content2.jsp: content.jstl.plogic content2.html \
              menu.jstl.plogic menu.html layout.html
	kwartz -l jstl -p content.jstl,menu.jstl -i menu.html -L layout.html content2.html > content2.jsp

Version data entries

5 entries across 5 versions & 1 rubygems

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