mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[Makefile] Fix youtube-dl.1 target
Now it accepts output filename as argument
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -69,7 +69,7 @@ README.txt: README.md | |||||||
| 	pandoc -f markdown -t plain README.md -o README.txt | 	pandoc -f markdown -t plain README.md -o README.txt | ||||||
|  |  | ||||||
| youtube-dl.1: README.md | 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 | 	pandoc -s -f markdown -t man youtube-dl.1.temp.md -o youtube-dl.1 | ||||||
| 	rm -f youtube-dl.1.temp.md | 	rm -f youtube-dl.1.temp.md | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user