mirror of
				https://github.com/flynx/photobook.git
				synced 2025-10-31 11:20:10 +00:00 
			
		
		
		
	...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									03c3561f2c
								
							
						
					
					
						commit
						0f277a216f
					
				
							
								
								
									
										7
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								Makefile
									
									
									
									
									
								
							| @ -172,15 +172,14 @@ LN := cp -l | |||||||
| #%.md: %.tex
 | #%.md: %.tex
 | ||||||
| #	pandoc -t $(MD_FORMAT) -s $< -o $@
 | #	pandoc -t $(MD_FORMAT) -s $< -o $@
 | ||||||
| 
 | 
 | ||||||
| # XXX STUB/HACK...
 | # XXX EXPERIMENTAL...
 | ||||||
| # 		...need to call $(TEX) on the result...
 |  | ||||||
| # 		...need to install the internet class...
 |  | ||||||
| #			https://github.com/loopspace/latex-to-internet
 |  | ||||||
| # XXX revise:
 | # XXX revise:
 | ||||||
| #		...for this to work we need to replace:
 | #		...for this to work we need to replace:
 | ||||||
| #			\documentclass{ltxdoc}
 | #			\documentclass{ltxdoc}
 | ||||||
| #		to:
 | #		to:
 | ||||||
| #			\documentclass[markdownextra]{internet}
 | #			\documentclass[markdownextra]{internet}
 | ||||||
|  | # XXX install the internet class...
 | ||||||
|  | #			https://github.com/loopspace/latex-to-internet
 | ||||||
| %.md: %.tex | %.md: %.tex | ||||||
| 	cat $< \
 | 	cat $< \
 | ||||||
| 		| sed 's/documentclass{ltxdoc}/documentclass[markdownextra]{internet}/' \
 | 		| sed 's/documentclass{ltxdoc}/documentclass[markdownextra]{internet}/' \
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user