remove support for windows in Makefile
This commit is contained in:
parent
118a2e6918
commit
bccdd11398
7
Makefile
7
Makefile
@ -15,13 +15,6 @@ else
|
||||
L10N_HTML_BUILD_DIR = $(BUILD_DIR)/html/$(CURRENT_LANG)
|
||||
endif
|
||||
|
||||
# Rely on COMSPEC, which is a variable present in all Windows platforms, to determine the OS
|
||||
ifdef COMSPEC
|
||||
RM_CMD ?= del
|
||||
else
|
||||
RM_CMD ?= rm -rf
|
||||
endif
|
||||
|
||||
#=== Standard rules ===#
|
||||
|
||||
# In first position to build the documentation from scratch by default
|
||||
|
@ -3,5 +3,5 @@ pygments~=2.6.1
|
||||
pygments-csv-lexer~=0.1
|
||||
pysass~=0.1.0
|
||||
sphinx~=3.0
|
||||
werkzeug==0.14.1 # TODO ANVFE bump werkzeug to 0.16 ?
|
||||
werkzeug==0.14.1
|
||||
sphinx-patchqueue>=1.0
|
||||
|
Loading…
Reference in New Issue
Block a user