mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	This reverts commit b7561049b765946d612069b52330695e8489bc7f. The bug it worked around was fixed with the previous commit’s upgrade. Signed-off-by: Anders Kaseorg <anders@zulip.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			592 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			592 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Minimal makefile for Sphinx documentation
 | 
						|
#
 | 
						|
 | 
						|
# You can set these variables from the command line.
 | 
						|
SPHINXOPTS    = -j auto -W
 | 
						|
SPHINXBUILD   = sphinx-build
 | 
						|
SOURCEDIR     = .
 | 
						|
BUILDDIR      = _build
 | 
						|
 | 
						|
# Put it first so that "make" without argument is like "make help".
 | 
						|
help:
 | 
						|
	@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
 | 
						|
 | 
						|
.PHONY: help Makefile
 | 
						|
 | 
						|
# Catch-all target: route all unknown targets to Sphinx using the new
 | 
						|
# "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
 | 
						|
%: Makefile
 | 
						|
	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
 |