Added: dokumentacja wdrozeniowa
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
		
							
								
								
									
										8
									
								
								dokumentacja-wdrozeniowa/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								dokumentacja-wdrozeniowa/Makefile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
DOC = $(shell find -name '*.tex')
 | 
			
		||||
 | 
			
		||||
all: doc
 | 
			
		||||
doc: $(DOC:.tex=.pdf)
 | 
			
		||||
 | 
			
		||||
%.pdf: %.tex
 | 
			
		||||
	-latexmk -pdf -silent $(DOC)
 | 
			
		||||
	-rm -f *.{aux,dvi,log,bbl,blg,brf,fls,toc,thm,out,fdb_latexmk,lof}
 | 
			
		||||
		Reference in New Issue
	
	Block a user