IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5376


Ignore:
Timestamp:
Oct 18, 2005, 5:23:51 PM (21 years ago)
Author:
eugene
Message:

added tag target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/Makefile

    r4554 r5376  
    1 # $Id: Makefile,v 1.5 2005-07-15 00:51:18 price Exp $
     1# $Id: Makefile,v 1.6 2005-10-19 03:23:51 eugene Exp $
    22
    33PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex
    44PSLATEX  = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: latex
    55
     6help:
     7        @echo "USAGE: make (target)"
     8        @echo "  targets: sdrs all sdrs-tag"
     9
    610all : ModulesSDRS.pdf
     11sdrs : ModulesSDRS.pdf
    712
    8 ModulesSDRS.pdf: ChangeLogSDRS.tex CameraImages.tex
     13SDRS = ModulesSDRS.tex \
     14       ChangeLogSDRS.tex \
     15       CameraImages.tex \
     16       CameraLayout.ps \
     17       ../pslib/coordinateFrames.ps \
     18       ../pslib/coordinateConv.ps
     19
     20ModulesSDRS.pdf: $(SDRS)
     21
     22sdrs-tag:
     23        cvs tag `grep "version{" ModulesSDRS.tex | tr "{}" " " | awk '{printf "MSDR-%02d\n", $$2}'` $(SDRS)
    924
    1025%.pdf: %.tex
Note: See TracChangeset for help on using the changeset viewer.