From bccdd11398ad7f3de587c09cc7986e1119511322 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Tue, 27 Apr 2021 15:48:32 +0200 Subject: [PATCH] remove support for windows in Makefile --- Makefile | 7 ------- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 124290e23..5dc773ed3 100644 --- a/Makefile +++ b/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 diff --git a/requirements.txt b/requirements.txt index b4e8db981..17f2be2cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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