Makefile
changeset 10 905843405257
parent 6 4779d7083767
child 12 86e315be5b57
equal deleted inserted replaced
9:57a706b1a320 10:905843405257
     1 TXT = abstract.txt
     1 TXT = abstract.txt
     2 HTML = out/abstract.html
     2 HTML = out/abstract.html
     3 
     3 
     4 REVISION = ${shell hg id -tibB}
     4 #REVISION = ${shell hg id -tibB}
       
     5 REVISION = ${shell hg log -r . --template '{latesttag}-{latesttagdistance}-{node|short}'}
     5 DATE = ${shell date -I}
     6 DATE = ${shell date -I}
     6 
     7 
     7 
     8 
     8 .PHONY:	all clean
     9 .PHONY:	all clean
     9 
    10