repo.or.cz
/
cboard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Each menu has it's own print function pointer.
[cboard.git]
/
doc
/
Makefile.am
blob
5c5a81026aea4e6af34f5bcfa759e2b3eb727aaa
1
EXTRA_DIST = config.example
2
dist_man6_MANS = cboard.man
3
4
dist-hook:
5
for m in $(dist_man6_MANS); do \
6
sed -e 's/^\.Dd.*/\.Dd '"`date '+%B %d, %Y'`"'/' $(distdir)/$$m \
7
>$(distdir)/$$m.tmp \
8
&& mv -f $(distdir)/$$m.tmp $(distdir)/$$m; \
9
done;