doc-src/isac/jrocnik/Makefile
changeset 42383 b0cc14c822da
parent 42378 6d1f4e7870b1
child 42440 e1500aecd348
equal deleted inserted replaced
42382:a5089b8d884a 42383:b0cc14c822da
     1 ## targets
     1 ## targets
     2 
     2 
     3 default: thesis clean
     3 default: thesis clean
     4 all: thesis docu clean
     4 all: thesis docu present clean
     5 thesis: thesis clean
     5 thesis: thesis clean
     6 docu: docu clean
     6 docu: docu clean
       
     7 present: present1 present2 clean
     7 
     8 
     8 
     9 
     9 ## dependencies
    10 ## dependencies
    10 
    11 
    11 
    12 
    17 RAIL = rail -a
    18 RAIL = rail -a
    18 SEDINDEX = ./sedindex
    19 SEDINDEX = ./sedindex
    19 FIXBOOKMARKS = perl -pi fixbookmarks.pl
    20 FIXBOOKMARKS = perl -pi fixbookmarks.pl
    20 
    21 
    21 DEFAULT_GARBAGE = *.aux *.log *.toc *.idx *.rai *.rao *.bbl *.ind *.ilg *.blg *.out *.lof
    22 DEFAULT_GARBAGE = *.aux *.log *.toc *.idx *.rai *.rao *.bbl *.ind *.ilg *.blg *.out *.lof
    22 DEFAULT_OUTPUT = *.dvi *.pdf *.ps
    23 DEFAULT_OUTPUT = *.dvi jrocnik_present1.pdf jrocnik_present2.pdf jrocnik_bakk.pdf *.ps
    23 GARBAGE =
    24 GARBAGE =
    24 OUTPUT =
    25 OUTPUT =
    25 
    26 
    26 ## special targets
    27 ## special targets
    27 
    28 
    41 THESIS_FILES = jrocnik_bakk.tex
    42 THESIS_FILES = jrocnik_bakk.tex
    42 
    43 
    43 DOCU_NAME = Inverse_Z_Transform/doc/Inverse_Z_Transform
    44 DOCU_NAME = Inverse_Z_Transform/doc/Inverse_Z_Transform
    44 DOCU_FILES = Inverse_Z_Transform/doc/root.tex 
    45 DOCU_FILES = Inverse_Z_Transform/doc/root.tex 
    45 
    46 
       
    47 PRESENT1_NAME = jrocnik_present1
       
    48 PRESENT1_FILES = jrocnik_present1.tex
       
    49 
       
    50 PRESENT2_NAME = jrocnik_present2
       
    51 PRESENT2_FILES = jrocnik_present2.tex
       
    52 
    46 thesis: $(THESIS_NAME).pdf
    53 thesis: $(THESIS_NAME).pdf
    47 
    54 
    48 $(THESIS_NAME).pdf: $(THESIS_FILES)
    55 $(THESIS_NAME).pdf: $(THESIS_FILES)
    49 	$(PDFLATEX) $(THESIS_NAME)
    56 	$(PDFLATEX) $(THESIS_NAME)
    50 	$(BIBTEX) $(THESIS_NAME)
    57 	$(BIBTEX) $(THESIS_NAME)
    51 	$(PDFLATEX) $(THESIS_NAME)
    58 	$(PDFLATEX) $(THESIS_NAME)
    52 	$(PDFLATEX) $(THESIS_NAME)
    59 	$(PDFLATEX) $(THESIS_NAME)
    53   
    60   
    54 docu:
    61 present1: $(PRESENT1_NAME).pdf
       
    62 
       
    63 $(PRESENT1_NAME).pdf: $(PRESENT1_FILES)
       
    64 	$(PDFLATEX) $(PRESENT1_NAME)
       
    65 	$(PDFLATEX) $(PRESENT1_NAME)
       
    66   
       
    67 present2: $(PRESENT2_NAME).pdf
       
    68 
       
    69 $(PRESENT2_NAME).pdf: $(PRESENT2_FILES)
       
    70 	$(PDFLATEX) $(PRESENT2_NAME)
       
    71 	$(PDFLATEX) $(PRESENT2_NAME)