[
https://issues.apache.org/jira/browse/ACCUMULO-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279820#comment-13279820
]
Eric Newton commented on ACCUMULO-247:
--------------------------------------
{{sudo apt-get install texlive-full}}
> Add message about missing pdflatex command in user manual build script.
> -----------------------------------------------------------------------
>
> Key: ACCUMULO-247
> URL: https://issues.apache.org/jira/browse/ACCUMULO-247
> Project: Accumulo
> Issue Type: Improvement
> Components: docs
> Environment: ubuntu 11.10
> Reporter: David Medinets
> Assignee: Adam Fuchs
> Priority: Trivial
> Labels: build, documentation
>
> The docs/src/user_manual/build.sh script checks for the existence of the
> pdflatex command before it is used. However, if the command is not found, the
> script simply exits. See the current code below:
> if [ `which pdflatex | wc -l` -eq 0 ]; then
> exit 0;
> fi
> Can a message similar to the following be added before the exit?
> echo "Missing pdflatex command. Please install."
> Thanks.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira