IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15888


Ignore:
Timestamp:
Dec 20, 2007, 1:37:47 PM (18 years ago)
Author:
bills
Message:

1st draft of postage stamp server design

Location:
trunk/doc/stamps
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/stamps

    • Property svn:ignore set to
      *.log
      *.dvi
      *.aux
      *.toc
      *.log
      *.out
      *.lof
      *.tbr
      *.tbd
      *.pdf
      *.ps
      *.tmp
  • trunk/doc/stamps/Makefile

    r14832 r15888  
    1 # $Id: Makefile,v 1.1 2007-09-13 23:51:19 eugene Exp $
     1# $Id: Makefile,v 1.2 2007-12-20 23:37:47 bills Exp $
    22
    33PDFLATEX = env TEXINPUTS=.:LaTeX:$(TEXINPUTS): pdflatex
     
    66help:
    77        @echo "USAGE: make (target)"
    8         @echo "  targets: all"
     8        @echo "  targets: all cd design"
    99
    10 cd: stampsCD.pdf
    11 all : cd
     10cd: stampsCD.pdf
     11
     12design: stampsDesign.pdf
     13
     14all : cd design
    1215
    1316CD = stampsCD.tex
     17DESIGN = stampsDesign.tex
    1418
    1519stampsCD.pdf: $(SDRS)
     20
     21stampsDesign.pdf: $(DESIGN)
    1622
    1723add-tag:
Note: See TracChangeset for help on using the changeset viewer.