diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cleanup.sh | 5 | ||||
-rwxr-xr-x | doc/gendocs.sh | 5 | ||||
-rwxr-xr-x | doc/spellcheck.sh | 3 |
3 files changed, 0 insertions, 13 deletions
diff --git a/doc/cleanup.sh b/doc/cleanup.sh deleted file mode 100755 index 29c243ad..00000000 --- a/doc/cleanup.sh +++ /dev/null @@ -1,5 +0,0 @@ -#/bin/bash - -mv ledger3.texi keep-ledger3.texi -rm ledger3.* -mv keep-ledger3.texi ledger3.texi
\ No newline at end of file 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 diff --git a/doc/spellcheck.sh b/doc/spellcheck.sh deleted file mode 100755 index ae86a3d6..00000000 --- a/doc/spellcheck.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -aspell check --mode=texinfo ledger3.texi
\ No newline at end of file |