remove support for windows in Makefile

This commit is contained in:
Antoine Vandevenne (anv) 2021-04-27 15:48:32 +02:00
parent 118a2e6918
commit bccdd11398
2 changed files with 1 additions and 8 deletions

View File

@ -15,13 +15,6 @@ else
L10N_HTML_BUILD_DIR = $(BUILD_DIR)/html/$(CURRENT_LANG) L10N_HTML_BUILD_DIR = $(BUILD_DIR)/html/$(CURRENT_LANG)
endif 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 ===# #=== Standard rules ===#
# In first position to build the documentation from scratch by default # In first position to build the documentation from scratch by default

View File

@ -3,5 +3,5 @@ pygments~=2.6.1
pygments-csv-lexer~=0.1 pygments-csv-lexer~=0.1
pysass~=0.1.0 pysass~=0.1.0
sphinx~=3.0 sphinx~=3.0
werkzeug==0.14.1 # TODO ANVFE bump werkzeug to 0.16 ? werkzeug==0.14.1
sphinx-patchqueue>=1.0 sphinx-patchqueue>=1.0