Commit 502c6353 502c63533d25a0144b65041f9a164b4090bea37b by Sergey Poznyakoff

Minor changes, proposed by Jordi Mallach.

* scheme/sieve2scm.scmi: Tailor help output to meet help2man expectations.
* libmu_scm/mailutils/Makefile.am (EXTRA_DIST): Remove generated
file mailutils.scm.
1 parent 1e33c774
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 17
18 EXTRA_DIST=mailutils.scm mailutils.scm.in 18 EXTRA_DIST=mailutils.scm.in
19 19
20 DISTCLEANFILES=\ 20 DISTCLEANFILES=\
21 mailutils.scm 21 mailutils.scm
......
...@@ -982,8 +982,7 @@ exec ${GUILE-guile} -l $0 -c '(mailutils-main)'\n") ...@@ -982,8 +982,7 @@ exec ${GUILE-guile} -l $0 -c '(mailutils-main)'\n")
982 982
983 (define (sieve-usage) 983 (define (sieve-usage)
984 (display "usage: sieve2scm [OPTIONS][mailbox]\n") 984 (display "usage: sieve2scm [OPTIONS][mailbox]\n")
985 (display "GNU sieve2scm -- compile a Sieve program into Scheme code\n") 985 (display "GNU sieve2scm -- compile a Sieve program into Scheme code\n\n")
986 (display "Options are:\n")
987 (display " -f, --file FILENAME Set input file name\n") 986 (display " -f, --file FILENAME Set input file name\n")
988 (display " -o, --output FILENAME Set output file name\n") 987 (display " -o, --output FILENAME Set output file name\n")
989 (display " -L, --lib-dir DIRNAME Set sieve library directory name\n") 988 (display " -L, --lib-dir DIRNAME Set sieve library directory name\n")
......