diff options
author | Craig Earls <enderw88@gmail.com> | 2011-11-11 22:40:04 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-10 09:36:34 -1000 |
commit | 9e58db763974c6efb224fb6888be172b9e77a244 (patch) | |
tree | 99cbb247031931e5969882717ffde7991c9679ab /doc/gendocs.sh | |
parent | de86d1b8cfd8c2c088e43850adb0ada80f223eef (diff) | |
download | fork-ledger-9e58db763974c6efb224fb6888be172b9e77a244.tar.gz fork-ledger-9e58db763974c6efb224fb6888be172b9e77a244.tar.bz2 fork-ledger-9e58db763974c6efb224fb6888be172b9e77a244.zip |
Addresses bug 329 Suggestions for improving the documentation
Diffstat (limited to 'doc/gendocs.sh')
-rwxr-xr-x | doc/gendocs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gendocs.sh b/doc/gendocs.sh index fb30181c..20438edd 100755 --- a/doc/gendocs.sh +++ b/doc/gendocs.sh @@ -1,5 +1,5 @@ #!/bin/bash -echo ++++++++++++++++++++++++++ +echo "Making Info..." makeinfo ledger3.texi -echo ========================== +echo "Making PDF..." texi2pdf ledger3.texi |