mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[mod] Makefile - remove targets marked as deprecated
Remove targets marked as deprecated and convert selected to short hands [1]. [1] https://github.com/searxng/searxng/pull/511#issuecomment-971324265 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									34aaac135b
								
							
						
					
					
						commit
						c6cd69180d
					
				
					 1 changed files with 2 additions and 13 deletions
				
			
		
							
								
								
									
										15
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -97,21 +97,10 @@ PHONY += $(MANAGE) | |||
| $(MANAGE): | ||||
| 	$(Q)$(MTOOLS) $@ | ||||
| 
 | ||||
| # deprecated
 | ||||
| # short hands of selected targets
 | ||||
| 
 | ||||
| PHONY += docs docs-clean docs-live docker themes | ||||
| PHONY += docs docker themes | ||||
| 
 | ||||
| docs: docs.html | ||||
| 	$(Q)./manage build_msg WARN $@ is deprecated use docs.html | ||||
| 
 | ||||
| docs-clean: docs.clean | ||||
| 	$(Q)./manage build_msg WARN $@ is deprecated use docs.clean | ||||
| 
 | ||||
| docs-live: docs.live | ||||
| 	$(Q)./manage build_msg WARN $@ is deprecated use docs.live | ||||
| 
 | ||||
| docker:  docker.build | ||||
| 	$(Q)./manage build_msg WARN $@ is deprecated use docker.build | ||||
| 
 | ||||
| themes: themes.all | ||||
| 	$(Q)./manage build_msg WARN $@ is deprecated use themes.all | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Markus Heiser
						Markus Heiser