Changeset af5cfad6


Ignore:
Timestamp:
Jun 29, 2023, 9:57:56 PM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
795500c3
Parents:
3d70ca9
Message:

fix number of calls to latex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/Makefile

    r3d70ca9 raf5cfad6  
    6868        -${BibTeX} ${Build}/${basename $@}
    6969        # Some citations reference others so run again to resolve these citations
    70 #       ${LaTeX} ${basename $@}.tex
    71         -${BibTeX} ${Build}/${basename $@}
     70        ${LaTeX} ${basename $@}.tex
     71#       -${BibTeX} ${Build}/${basename $@}
    7272        # Make index from *.aux entries and input index at end of document
    7373        makeindex -s ${Macros}/indexstyle ${Build}/${basename $@}.idx
Note: See TracChangeset for help on using the changeset viewer.