adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: doc/architecture Makefile.am,NONE,1.1 .cvsigno


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: doc/architecture Makefile.am,NONE,1.1 .cvsignore,1.1,1.2 Makefile,1.3,NONE arch.pdf,1.2,NONE inventory.pdf,1.1,NONE items.pdf,1.1,NONE layers.pdf,1.2,NONE mapview.pdf,1.1,NONE
Date: Sat, 29 Mar 2003 19:22:11 -0500

Update of /cvsroot/adonthell/doc/architecture
In directory subversions:/tmp/cvs-serv6888/architecture

Modified Files:
        .cvsignore 
Added Files:
        Makefile.am 
Removed Files:
        Makefile arch.pdf inventory.pdf items.pdf layers.pdf 
        mapview.pdf 
Log Message:
ADDED configure stuff to detect required tools and ease building of docs


--- NEW FILE ---
# -- require automake 1.6
AUTOMAKE_OPTIONS = 1.6

# -- document sources
TEXFILES = \
        architecture.tex \
        edesign.tex \
        intro.tex \
        items.tex \
        overview.tex

# -- image files
IMAGES = \
        arch.pdf \
        inventory.pdf \
        items.pdf \
        layers.pdf \
        mapview.pdf

# -- what should be distributed
EXTRA_DIST = ${TEXFILES} \
        arch.fig \
        inventory.fig \
        items.fig \
        layers.fig \
        mapview.fig

# -- installation target
docdir = ${prefix}/doc/adonthell
doc_DATA = architecture.pdf

# -- build the PDF file
architecture.pdf: ${IMAGES} ${TEXFILES}
        @if test ! -e architecture.toc ; then \
                ${PDFLATEX} architecture.tex; \
        fi
        ${PDFLATEX} architecture.tex
        @if test `grep -c "Label(s) may have changed." architecture.log` -gt 0 
; then \
                ${PDFLATEX} architecture.tex; \
        fi
        
# -- misc rules 
%.pdf: %.eps
        ${EPS2PDF} $<

%.eps: %.ps
        ${PS2EPS} -f $<

%.eps: %.fig
        ${FIG2DEV} -Leps $< $@
        
%.ps: %.dot
        ${DOT} -Tps2 -o $@ $<

# -- actual target
CLEANFILES = architecture.pdf

# -- temporary stuff
MOSTLYCLEANFILES = $(IMAGES) *.ps *.eps *.aux *.log *.out *.toc

Index: .cvsignore
===================================================================
RCS file: /cvsroot/adonthell/doc/architecture/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** .cvsignore  1 Jan 2003 13:12:41 -0000       1.1
--- .cvsignore  30 Mar 2003 00:22:09 -0000      1.2
***************
*** 1,2 ****
--- 1,4 ----
+ Makefile
+ Makefile.in
  *.aux
  *.log

--- Makefile DELETED ---

--- arch.pdf DELETED ---

--- inventory.pdf DELETED ---

--- items.pdf DELETED ---

--- layers.pdf DELETED ---

--- mapview.pdf DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]