Arreglar Makefile de libreto
This commit is contained in:
		
							parent
							
								
									f31159511e
								
							
						
					
					
						commit
						f9e8f00b3a
					
				| 
						 | 
				
			
			@ -4,7 +4,10 @@ SVGFILES := $(wildcard svg/*.svg)
 | 
			
		|||
 | 
			
		||||
all: libreto.pdf
 | 
			
		||||
 | 
			
		||||
pdf/%.pdf: svg/%.svg
 | 
			
		||||
pdf:
 | 
			
		||||
	mkdir pdf
 | 
			
		||||
 | 
			
		||||
pdf/%.pdf: svg/%.svg pdf
 | 
			
		||||
	 inkscape -C -f $<  -A $@
 | 
			
		||||
 | 
			
		||||
libreto.pdf: $(SVGFILES:svg/%.svg=pdf/%.pdf)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue