Makefile
changeset 0 22b133b3041b
child 1 81355bae626f
equal deleted inserted replaced
-1:000000000000 0:22b133b3041b
       
     1 doc = sichere-email
       
     2 
       
     3 txt = ${doc}.txt
       
     4 html = out.html/${doc}.html
       
     5 
       
     6 date = ${shell date -I}
       
     7 revision = "${shell hg id -tibB}"
       
     8 
       
     9 ${html}: 	${txt}
       
    10 	@mkdir -p ${dir $@}
       
    11 	asciidoc -a data-uri -a icons -a date=${date} \
       
    12 		-a revision=$(revision) -o $@ ${txt}