File: Makefile.binary

package info (click to toggle)
cduce 0.6.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,216 kB
  • sloc: ml: 21,321; xml: 11,270; sh: 341; makefile: 258; perl: 97
file content (12 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# User Makefile for binary releases

webpages: web/site.cdo
	(cd web; ../cduce --run site.cdo --arg site.xml)

web/site.cdo: web/xhtml.cdo web/site.cd
	./cduce -I web/ --compile web/site.cd

web/xhtml.cdo: web/xhtml.cd
	./cduce -I web/ --compile web/xhtml.cd