You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Rajesh Koilpillai (JIRA)" <ji...@apache.org> on 2012/05/20 18:53:40 UTC

[jira] [Commented] (ACCUMULO-247) Add message about missing pdflatex command in user manual build script.

    [ https://issues.apache.org/jira/browse/ACCUMULO-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279814#comment-13279814 ] 

Rajesh Koilpillai commented on ACCUMULO-247:
--------------------------------------------

How do you install pdflatex on Ubuntu 11.10?
                
> 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