diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-10 09:35:02 -1000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-10 09:36:37 -1000 |
commit | 62f33ae7e0e2df49cdbc96d383aaff4497018a13 (patch) | |
tree | 0e8c7211ec980372aa1d4fe3ef413549d783fec3 /doc/gendocs.sh | |
parent | f45c0f0854a25f57555aa0388b8193129bc65bd7 (diff) | |
download | fork-ledger-62f33ae7e0e2df49cdbc96d383aaff4497018a13.tar.gz fork-ledger-62f33ae7e0e2df49cdbc96d383aaff4497018a13.tar.bz2 fork-ledger-62f33ae7e0e2df49cdbc96d383aaff4497018a13.zip |
Moved some files into their right locations
Diffstat (limited to 'doc/gendocs.sh')
-rwxr-xr-x | doc/gendocs.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/gendocs.sh b/doc/gendocs.sh deleted file mode 100755 index 55933b13..00000000 --- a/doc/gendocs.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -echo "===================================== Making Info..." -makeinfo ledger3.texi -echo "===================================== Making PDF..." -texi2pdf ledger3.texi |