Added playmode command 'C' to set a clock. When the clock runs out the
[cboard.git] / doc / Makefile.am
blob25b7ba5f95674ec814b38ecd4b40200c75db5a50
1 dist_man6_MANS = cboard.man config.example
3 dist-hook:
4         for m in $(dist_man6_MANS); do \
5             sed -e 's/^\.Dd.*/\.Dd '"`date '+%B %d, %Y'`"'/' $(distdir)/$$m \
6                 >$(distdir)/$$m.tmp \
7                 && mv -f $(distdir)/$$m.tmp $(distdir)/$$m; \
8         done;