mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	Makefile: use full path for the ISSUE_TEMPLATE.md file
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
				
			|||||||
all: youtube-dl README.md CONTRIBUTING.md ISSUE_TEMPLATE.md README.txt youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish supportedsites
 | 
					all: youtube-dl README.md CONTRIBUTING.md .github/ISSUE_TEMPLATE.md README.txt youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish supportedsites
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -rf youtube-dl.1.temp.md youtube-dl.1 youtube-dl.bash-completion README.txt MANIFEST build/ dist/ .coverage cover/ youtube-dl.tar.gz youtube-dl.zsh youtube-dl.fish *.dump *.part *.info.json *.mp4 *.flv *.mp3 *.avi CONTRIBUTING.md.tmp ISSUE_TEMPLATE.md.tmp youtube-dl youtube-dl.exe
 | 
						rm -rf youtube-dl.1.temp.md youtube-dl.1 youtube-dl.bash-completion README.txt MANIFEST build/ dist/ .coverage cover/ youtube-dl.tar.gz youtube-dl.zsh youtube-dl.fish *.dump *.part *.info.json *.mp4 *.flv *.mp3 *.avi CONTRIBUTING.md.tmp ISSUE_TEMPLATE.md.tmp youtube-dl youtube-dl.exe
 | 
				
			||||||
@@ -59,7 +59,7 @@ README.md: youtube_dl/*.py youtube_dl/*/*.py
 | 
				
			|||||||
CONTRIBUTING.md: README.md
 | 
					CONTRIBUTING.md: README.md
 | 
				
			||||||
	$(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md
 | 
						$(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ISSUE_TEMPLATE.md:
 | 
					.github/ISSUE_TEMPLATE.md: devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl.md  youtube_dl/version.py
 | 
				
			||||||
	$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl.md .github/ISSUE_TEMPLATE.md
 | 
						$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl.md .github/ISSUE_TEMPLATE.md
 | 
				
			||||||
 | 
					
 | 
				
			||||||
supportedsites:
 | 
					supportedsites:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -46,7 +46,7 @@ fi
 | 
				
			|||||||
sed -i "s/__version__ = '.*'/__version__ = '$version'/" youtube_dl/version.py
 | 
					sed -i "s/__version__ = '.*'/__version__ = '$version'/" youtube_dl/version.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/bin/echo -e "\n### Committing documentation, templates and youtube_dl/version.py..."
 | 
					/bin/echo -e "\n### Committing documentation, templates and youtube_dl/version.py..."
 | 
				
			||||||
make README.md CONTRIBUTING.md ISSUE_TEMPLATE.md supportedsites
 | 
					make README.md CONTRIBUTING.md .github/ISSUE_TEMPLATE.md supportedsites
 | 
				
			||||||
git add README.md CONTRIBUTING.md .github/ISSUE_TEMPLATE.md docs/supportedsites.md youtube_dl/version.py
 | 
					git add README.md CONTRIBUTING.md .github/ISSUE_TEMPLATE.md docs/supportedsites.md youtube_dl/version.py
 | 
				
			||||||
git commit -m "release $version"
 | 
					git commit -m "release $version"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user