diff options
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 |