doc-src/isac/jrocnik/Makefile
changeset 42383 b0cc14c822da
parent 42378 6d1f4e7870b1
child 42440 e1500aecd348
     1.1 --- a/doc-src/isac/jrocnik/Makefile	Wed Mar 07 15:30:53 2012 +0100
     1.2 +++ b/doc-src/isac/jrocnik/Makefile	Wed Mar 07 15:58:18 2012 +0100
     1.3 @@ -1,9 +1,10 @@
     1.4  ## targets
     1.5  
     1.6  default: thesis clean
     1.7 -all: thesis docu clean
     1.8 +all: thesis docu present clean
     1.9  thesis: thesis clean
    1.10  docu: docu clean
    1.11 +present: present1 present2 clean
    1.12  
    1.13  
    1.14  ## dependencies
    1.15 @@ -19,7 +20,7 @@
    1.16  FIXBOOKMARKS = perl -pi fixbookmarks.pl
    1.17  
    1.18  DEFAULT_GARBAGE = *.aux *.log *.toc *.idx *.rai *.rao *.bbl *.ind *.ilg *.blg *.out *.lof
    1.19 -DEFAULT_OUTPUT = *.dvi *.pdf *.ps
    1.20 +DEFAULT_OUTPUT = *.dvi jrocnik_present1.pdf jrocnik_present2.pdf jrocnik_bakk.pdf *.ps
    1.21  GARBAGE =
    1.22  OUTPUT =
    1.23  
    1.24 @@ -43,6 +44,12 @@
    1.25  DOCU_NAME = Inverse_Z_Transform/doc/Inverse_Z_Transform
    1.26  DOCU_FILES = Inverse_Z_Transform/doc/root.tex 
    1.27  
    1.28 +PRESENT1_NAME = jrocnik_present1
    1.29 +PRESENT1_FILES = jrocnik_present1.tex
    1.30 +
    1.31 +PRESENT2_NAME = jrocnik_present2
    1.32 +PRESENT2_FILES = jrocnik_present2.tex
    1.33 +
    1.34  thesis: $(THESIS_NAME).pdf
    1.35  
    1.36  $(THESIS_NAME).pdf: $(THESIS_FILES)
    1.37 @@ -51,4 +58,14 @@
    1.38  	$(PDFLATEX) $(THESIS_NAME)
    1.39  	$(PDFLATEX) $(THESIS_NAME)
    1.40    
    1.41 -docu:
    1.42 +present1: $(PRESENT1_NAME).pdf
    1.43 +
    1.44 +$(PRESENT1_NAME).pdf: $(PRESENT1_FILES)
    1.45 +	$(PDFLATEX) $(PRESENT1_NAME)
    1.46 +	$(PDFLATEX) $(PRESENT1_NAME)
    1.47 +  
    1.48 +present2: $(PRESENT2_NAME).pdf
    1.49 +
    1.50 +$(PRESENT2_NAME).pdf: $(PRESENT2_FILES)
    1.51 +	$(PDFLATEX) $(PRESENT2_NAME)
    1.52 +	$(PDFLATEX) $(PRESENT2_NAME)