IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2016, 8:37:01 PM (10 years ago)
Author:
eugene
Message:

moving lib.bib and apj.bst to common location in inputs; fix bibtex to point there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/Makefile.Common

    r37888 r39866  
    33PDFLATEX = env TEXINPUTS=.:..:inputs:../inputs:LaTeX:$(TEXINPUTS): pdflatex
    44PSLATEX  = env TEXINPUTS=.:..:inputs:../inputs:LaTeX:$(TEXINPUTS): latex
     5BIBTEX   = env BIBINPUTS=.:..:inputs:../inputs BSTINPUTS=.:..:inputs:../inputs bibtex
    56
    67PS2PDF_OPTS = "-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode"
     
    89%.pdf: %.tex
    910        $(PSLATEX) $*.tex
     11        $(BIBTEX) $*
    1012        $(PSLATEX) $*.tex
    1113#       thumbpdf --modes=dvips $*.pdf
Note: See TracChangeset for help on using the changeset viewer.