changeset 37 | 8a7d356223a3 |
parent 36 | 8fe32b9da326 |
36:8fe32b9da326 | 37:8a7d356223a3 |
---|---|
25 rm -f ${MAN8PAGE} .version |
25 rm -f ${MAN8PAGE} .version |
26 |
26 |
27 distclean: clean |
27 distclean: clean |
28 rm -f Makefile |
28 rm -f Makefile |
29 |
29 |
30 .version: |
30 .version: ${SCRIPT} |
31 test -f .hg_archival.txt \ |
31 test -f .hg_archival.txt \ |
32 && { grep ^node: | cut -f2 -d' ' >$@; } \ |
32 && { grep ^node: | cut -f2 -d' ' >$@; } \ |
33 || { hg id | cut -f1 -d' ' >$@; } |
33 || { hg id | cut -f1 -d' ' >$@; } |
34 |
34 |
35 %.8: % |
35 %.8: % |