IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2016, 5:22:57 PM (10 years ago)
Author:
watersc1
Message:

I've finally sorted out the bibtex error, which requires an additional file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/ps1.detrend/Makefile

    r39601 r39854  
    1313
    1414detrend.pdf: $(DETREND)
     15        rm -f detrend.aux detrend.bbl detrend.blg
    1516        $(PDFLATEX) $<
     17        bibtex detrend
     18        $(PDFLATEX) $<
     19        $(PDFLATEX) $<
     20        $(PDFLATEX) $<
     21
    1622#detrend.ps: $(DETREND)
    1723
Note: See TracChangeset for help on using the changeset viewer.