Makefile
changeset 6 04ae72a7db98
parent 1 a54c42c041e6
child 13 252a31264108
equal deleted inserted replaced
5:5b5db7a410fc 6:04ae72a7db98
    15 	-rm -f tele-watch.8.gz tele-watch
    15 	-rm -f tele-watch.8.gz tele-watch
    16 
    16 
    17 %:	%.pl
    17 %:	%.pl
    18 	perl -c $<
    18 	perl -c $<
    19 	cp -f $< $@
    19 	cp -f $< $@
       
    20 	perl -i -pe 's/^<VERSION>/join "", map{s{^}{\t}; $$_}`hg parents`/e' $@
    20 	chmod a+x-w $@
    21 	chmod a+x-w $@
    21 
    22 
    22 %.gz:	%
    23 %.gz:	%
    23 	gzip -f $<
    24 	gzip -f $<
    24 
    25