Compare commits
	
		
			26 Commits
		
	
	
		
			master
			...
			4b3f853072
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4b3f853072 | |||
| 
						
						
							
						
						6e5d19ecfa
	
				 | 
					
					
						|||
| 
						
						
							
						
						a4c3780719
	
				 | 
					
					
						|||
| 4f2c59ee37 | |||
| c227dbbad0 | |||
| 1d7bb032f3 | |||
| 05c6becee4 | |||
| 
						
						
							
						
						c74b861442
	
				 | 
					
					
						|||
| 
						
						
							
						
						599ccd2881
	
				 | 
					
					
						|||
| 
						
						
							
						
						b191a9e5d4
	
				 | 
					
					
						|||
| 
						
						
							
						
						e98d4ffbac
	
				 | 
					
					
						|||
| 
						
						
							
						
						f067b0200b
	
				 | 
					
					
						|||
| e2814b08e1 | |||
| 
						
						
							
						
						2f33669330
	
				 | 
					
					
						|||
| 
						
						
							
						
						cee27356f6
	
				 | 
					
					
						|||
| 
						
						
							
						
						f358103f79
	
				 | 
					
					
						|||
| 
						
						
							
						
						4c51ade750
	
				 | 
					
					
						|||
| 
						
						
							
						
						0d2d466dac
	
				 | 
					
					
						|||
| 
						
						
							
						
						8cc2a71235
	
				 | 
					
					
						|||
| 
						
						
							
						
						fa026b7eda
	
				 | 
					
					
						|||
| 
						
						
							
						
						7bc84ab8a3
	
				 | 
					
					
						|||
| 
						
						
							
						
						e59538a3bd
	
				 | 
					
					
						|||
| 
						
						
							
						
						a9f7fd7f75
	
				 | 
					
					
						|||
| 
						
						
							
						
						3adc7ce3a7
	
				 | 
					
					
						|||
| 
						
						
							
						
						131e9a1c3f
	
				 | 
					
					
						|||
| 
						 | 
					44871e36ff | 
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -7,14 +7,10 @@ help: ## Print the help message
 | 
				
			|||||||
# Search should not include slides separated by '***', as those are for mdp, not pandoc.
 | 
					# Search should not include slides separated by '***', as those are for mdp, not pandoc.
 | 
				
			||||||
markdown != find slides/ -maxdepth 2 -type f -name "*.md" -exec grep -LF '***' '{}' ';'
 | 
					markdown != find slides/ -maxdepth 2 -type f -name "*.md" -exec grep -LF '***' '{}' ';'
 | 
				
			||||||
pdfs = $(patsubst %.md, %.pdf, $(markdown))
 | 
					pdfs = $(patsubst %.md, %.pdf, $(markdown))
 | 
				
			||||||
handouts = $(patsubst %.md, %_handout.pdf, $(markdown))
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(pdfs): %.pdf: %.md
 | 
					$(pdfs): %.pdf: %.md
 | 
				
			||||||
	pandoc -t beamer -V theme:Warsaw -i $< -o $@
 | 
						pandoc -t beamer -V theme:Warsaw -i $< -o $@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(handouts): %_handout.pdf: %.md
 | 
					 | 
				
			||||||
	pandoc -t beamer -V handout -V theme:Warsaw -i $< -o $@
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.PHONY: pdfs
 | 
					.PHONY: pdfs
 | 
				
			||||||
pdfs: $(pdfs) ## Generate all pdfs (try `make -j pdfs`)
 | 
					pdfs: $(pdfs) ## Generate all pdfs (try `make -j pdfs`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user