IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2016, 6:17:35 AM (10 years ago)
Author:
eugene
Message:

updates to calibration and Makefiles

File:
1 edited

Legend:

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

    r39868 r39875  
    11# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $
    22
    3 PDFLATEX = env TEXINPUTS=.:..:inputs:../inputs:LaTeX:$(TEXINPUTS): pdflatex
    4 PSLATEX  = env TEXINPUTS=.:..:inputs:../inputs:LaTeX:$(TEXINPUTS): latex
    5 BIBTEX   = env BIBINPUTS=.:..:inputs:../inputs BSTINPUTS=.:..:inputs:../inputs bibtex
     3PDFLATEX = env TEXINPUTS=.:../inputs: pdflatex
     4PSLATEX  = env TEXINPUTS=.:../inputs: latex
     5BIBTEX   = env BIBINPUTS=.:../inputs BSTINPUTS=.:../inputs bibtex
    66
    77PS2PDF_OPTS = "-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode"
     
    1818        $(MY_LATEX) $*.tex
    1919        if [ $(DO_BIBTEX) -eq 1  ]; then $(MY_LATEX) $*.tex; fi
    20         thumbpdf --modes=dvips $*.pdf
    21         $(MY_LATEX) $*.tex
     20#       thumbpdf --modes=dvips $*.pdf
     21#       $(MY_LATEX) $*.tex
    2222        if [ $(DO_PDFLATEX) -eq 0 ]; then dvips -z -t letter -o $*.ps $*.dvi; fi
    2323        if [ $(DO_PDFLATEX) -eq 0 ]; then ps2pdf $(PS2PDF_OPTS) $*.ps $*.pdf; fi
     
    2525
    2626%.tgz:
    27         tar --transform 's%inputs/%%' -zcf $@ $(FILES)
     27        tar --transform 's%inputs/%%' -zcf $@ $(FILES) $*.bbl
    2828clean :
    2929        $(RM) *.bib *.log *.dvi *.aux *.toc *.tbd *.tbr *.tpm *.lof *.out *~ core body.tmp head.tmp
Note: See TracChangeset for help on using the changeset viewer.