diff options
author | Craig Earls <enderw88@gmail.com> | 2011-10-02 21:10:21 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2011-10-02 21:10:21 -0700 |
commit | bc35c6c07c62dea99a1b93b3704da5f8ca5023db (patch) | |
tree | 3e2b45d3e72ee081c01e687518c15b452187956a /doc/gendocs.sh | |
parent | 3dd22719a854d5ae7f75c0fbfa431741507f3ad3 (diff) | |
download | ledger-bc35c6c07c62dea99a1b93b3704da5f8ca5023db.tar.gz ledger-bc35c6c07c62dea99a1b93b3704da5f8ca5023db.tar.bz2 ledger-bc35c6c07c62dea99a1b93b3704da5f8ca5023db.zip |
Ready for first publication
Diffstat (limited to 'doc/gendocs.sh')
-rwxr-xr-x | doc/gendocs.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gendocs.sh b/doc/gendocs.sh new file mode 100755 index 00000000..87a83346 --- /dev/null +++ b/doc/gendocs.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo ++++++++++++++++++++++++++ +makeinfo Ledger3.texi +echo ========================== +texi2pdf Ledger3.texi |