File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- all : build/vXXX.pdf
1+ NUMBER  = XXX
2+ 
3+ all : build/v$(NUMBER ) .pdf
24
35#  hier Python-Skripte:
46build/plot.pdf : plot.py ../matplotlibrc ../header-matplotlib.tex | build
@@ -8,9 +10,9 @@ build/plot.pdf: plot.py ../matplotlibrc ../header-matplotlib.tex | build
810	TEXINPUTS=$$(pwd ) /..: MATPLOTLIBRC=../matplotlibrc python plot.py
911
1012#  hier weitere Abhängigkeiten für build/vXXX.pdf deklarieren:
11- build/vXXX .pdf : build/plot.pdf
13+ build/v $( NUMBER )  : build/plot.pdf
1214
13- build/vXXX .pdf : FORCE | build
15+ build/v $( NUMBER )  : FORCE | build
1416	#  to find header and bib files in the main directory
1517	TEXINPUTS=..: \ 
1618	BIBINPUTS=..: \ 
@@ -20,7 +22,7 @@ build/vXXX.pdf: FORCE | build
2022	  --output-directory=build \ 
2123	  --interaction=nonstopmode \ 
2224	  --halt-on-error \ 
23- 	vXXX .tex
25+ 	v $( NUMBER ) 
2426
2527build :
2628	mkdir -p build
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments