File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- NUMBER  = XXX 
1+ TEXFILE  = vXXX 
22
3- all : build/v $( NUMBER )
3+ all : build/$( TEXFILE )
44
55#  hier Python-Skripte:
66build/plot.pdf : plot.py ../matplotlibrc ../header-matplotlib.tex | build
@@ -10,9 +10,9 @@ build/plot.pdf: plot.py ../matplotlibrc ../header-matplotlib.tex | build
1010	TEXINPUTS=$$(pwd ) /..: MATPLOTLIBRC=../matplotlibrc python plot.py
1111
1212#  hier weitere Abhängigkeiten für build/vXXX.pdf deklarieren:
13- build/v $( NUMBER ) : build/plot.pdf
13+ build/$( TEXFILE ) : build/plot.pdf
1414
15- build/v $( NUMBER ) : FORCE | build
15+ build/$( TEXFILE ) : FORCE | build
1616	#  to find header and bib files in the main directory
1717	TEXINPUTS=..: \ 
1818	BIBINPUTS=..: \ 
@@ -22,7 +22,7 @@ build/v$(NUMBER).pdf: FORCE | build
2222	  --output-directory=build \ 
2323	  --interaction=nonstopmode \ 
2424	  --halt-on-error \ 
25- 	v $( NUMBER )
25+ 	$( TEXFILE )
2626
2727build :
2828	mkdir -p build
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments