[Makefile] Fix youtube-dl.1 target
Now it accepts output filename as argument
This commit is contained in:
		
							parent
							
								
									44c8892369
								
							
						
					
					
						commit
						27f17c0eab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -69,7 +69,7 @@ README.txt: README.md
 | 
			
		|||
	pandoc -f markdown -t plain README.md -o README.txt
 | 
			
		||||
 | 
			
		||||
youtube-dl.1: README.md
 | 
			
		||||
	$(PYTHON) devscripts/prepare_manpage.py >youtube-dl.1.temp.md
 | 
			
		||||
	$(PYTHON) devscripts/prepare_manpage.py youtube-dl.1.temp.md
 | 
			
		||||
	pandoc -s -f markdown -t man youtube-dl.1.temp.md -o youtube-dl.1
 | 
			
		||||
	rm -f youtube-dl.1.temp.md
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue