repo.or.cz
/
bubblegum.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ChangeLog removed.
[bubblegum.git]
/
doc
/
Makefile.am
blob
3eff5227dc14321a968be02f4427b911231946eb
1
dist_man1_MANS = bubblegum.man
2
3
dist-hook:
4
for m in $(dist_man1_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;