It might be because of bibtex generation conventions which require four calls. On Aug 1, 2012 9:54 PM, "Josh Elser (JIRA)" <j...@apache.org> wrote:
> > [ > https://issues.apache.org/jira/browse/ACCUMULO-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427068#comment-13427068] > > Josh Elser commented on ACCUMULO-704: > ------------------------------------- > > I think I may be missing something here... but I'll ask: > > Why does the build.sh script call pdflatex on the Accumulo user manual 4 > times? > > > http://svn.apache.org/viewvc/accumulo/trunk/docs/src/user_manual/build.sh?view=markup > > > Change the target maven lifecycle for user manual pdf creation > > -------------------------------------------------------------- > > > > Key: ACCUMULO-704 > > URL: https://issues.apache.org/jira/browse/ACCUMULO-704 > > Project: Accumulo > > Issue Type: Task > > Components: docs > > Affects Versions: 1.5.0 > > Reporter: Josh Elser > > Assignee: Josh Elser > > Priority: Trivial > > Fix For: 1.5.0 > > > > > > The script to create the user manual pdf is run as a part of the > prepare-package lifecycle, which means that any user running `package` or > `install` will be forced to have latex installed with the necessary > dependencies to build the user manual (see ACCUMULO-702). > > Remove the user-manual creation from prepare-package and place it > somewhere more suitable. Perhaps `site` would make sense, perhaps a special > profile would do the trick too. > > -- > 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 > > >