mirror of
https://github.com/yudai/gotty.git
synced 2026-02-10 02:14:21 +01:00
Automate options documentation
This commit is contained in:
parent
1edcacf955
commit
f01cf519dc
4 changed files with 46 additions and 56 deletions
7
Makefile
7
Makefile
|
|
@ -65,10 +65,13 @@ js/node_modules/webpack:
|
|||
npm install
|
||||
|
||||
README.md: README.md.in
|
||||
(cat $< ; git log --pretty=format:' * %aN' | \
|
||||
git log --pretty=format:' * %aN' | \
|
||||
grep -v 'S.*ren L. Hansen' | \
|
||||
grep -v 'Iwasaki Yudai' | \
|
||||
sort -u ) > $@
|
||||
sort -u > contributors.txt.tmp
|
||||
./gotty --help | sed '1,/GLOBAL OPTIONS/ d' > options.txt.tmp
|
||||
sed -f README.md.sed < $< > $@
|
||||
rm contributors.txt.tmp options.txt.tmp
|
||||
|
||||
tools:
|
||||
go get github.com/tools/godep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue