Skip to content

Commit

Permalink
Adjust paths to entrypoint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 19, 2021
1 parent 6a35877 commit 7b19ef4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ LOCAL_DIR = $(patsubst %/src/,%,$(dir $(lastword $(MAKEFILE_LIST))))
SRC_DIR = $(LOCAL_DIR)/src
BIN_DIR = $(SRC_DIR)/bin
ENV_DIR = $(LOCAL_DIR)/.venv
ACTIVATE = $(ENV_DIR)/Scripts/activate.bat
ACTIVATE = $(ENV_DIR)/Scripts/Activate.ps1
PYTHON = python.exe
PIP = $(PYTHON) -m pip
SPHINXBUILD = $(ENV_DIR)/bin/sphinx-build
SPHINXAUTOBUILD = $(ENV_DIR)/bin/sphinx-autobuild
SPHINXBUILD = $(ENV_DIR)/Scripts/sphinx-build.exe
SPHINXAUTOBUILD = $(ENV_DIR)/Scripts/sphinx-autobuild.exe
AUTOBUILD_OPTS = --re-ignore '^(?!.+\.rst$$)'
BUILD_DIR = $(LOCAL_DIR)/.build
SPHINX_ARGS = . $(BUILD_DIR)
SPHINX_OPTS = -W --keep-going -n
RST2HTML = $(ENV_DIR)/bin/rst2html.py
RST2HTML = $(ENV_DIR)/Scripts/rst2html.py
TELEMETRY_DIR = $(LOCAL_DIR)/telemetry
VALE_VERSION = 2.6.7
ERRATA_AI = https://github.com/errata-ai
Expand Down

0 comments on commit 7b19ef4

Please sign in to comment.