10 lines
247 B
Bash
Executable File
10 lines
247 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
ant distclean
|
|
rm -rf docs
|
|
|
|
~/.cargo/bin/lojidoc src/java/net/i2p/i2pfirefox/ -s -l > report.log
|
|
~/.cargo/bin/lojidoc -c src/java/net/i2p/i2pfirefox/ -s
|
|
mv -v generated/net/i2p/i2pfirefox/*.md .
|
|
rm -rf generated
|
|
git add ./*.md |