Skip to content

Commit

Permalink
Invoke makeinfo on the generated .texi
Browse files Browse the repository at this point in the history
  • Loading branch information
holomorph committed Feb 7, 2015
1 parent 3a3f528 commit 4bd6273
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions create-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ if [ -z "$EMACS" ] ; then
EMACS="emacs"
fi

if [ -z "$MAKEINFO" ] ; then
MAKEINFO="makeinfo"
fi

$EMACS -batch -l dash.el -l dash-functional.el -l dev/examples-to-docs.el -l dev/examples.el -f create-docs-file
$EMACS -batch -l dash.el -l dash-functional.el -l dev/examples-to-info.el -l dev/examples.el -f create-info-file
$MAKEINFO --fill-column=70 dash.texi

0 comments on commit 4bd6273

Please sign in to comment.