all: 1  3  5

1:
	pandoc ./nga-nuoc.md \
	-f markdown-auto_identifiers \
	-t ../../html.lua \
	--template=../../template.html \
	-H ../../header.html \
	-A ../../footer-kb.html \
	-o ./nga-nuoc.html
	pandoc ./nga-nuoc.en.md \
	-f markdown-auto_identifiers \
	-t ../../html.lua \
	--template=../../template.html \
	-H ../../header.html \
	-A ../../footer-kb.en.html \
	-o ./nga-nuoc.en.html

3:
	pandoc ./phong-cho.md \
	-f markdown-auto_identifiers \
	-t ../../html.lua \
	--template=../../template.html \
	-H ../../header.html \
	-A ../../footer-kb.html \
	-o ./phong-cho.html
	pandoc ./phong-cho.en.md \
	-f markdown-auto_identifiers \
	-t ../../html.lua \
	--template=../../template.html \
	-H ../../header.html \
	-A ../../footer-kb.en.html \
	-o ./phong-cho.en.html

5:
	pandoc ./microwave_hat-cat.md \
	-f markdown-auto_identifiers \
	-t ../../html.lua \
	--template=../../template.html \
	-H ../../header.html \
	-A ../../footer-kb.html \
	-o ./microwave_hat-cat.html
	pandoc ./microwave_hat-cat.en.md \
	-f markdown-auto_identifiers \
	-t ../../html.lua \
	--template=../../template.html \
	-H ../../header.html \
	-A ../../footer-kb.en.html \
	-o ./microwave_hat-cat.en.html
