Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile - github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a7757b92a2c10edaf4b754a76e5352a2caadc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SHELL := /bin/bash
CWD := $(shell cd -P -- '$(shell dirname -- "$0")' && pwd -P)

docker-images:
	docker-compose build

docker-run:
        docker-compose run sphinx_rtd_theme $(command)

docker-copy-assets:
	docker cp "$(shell cat .container_id):/project/sphinx_rtd_theme" .
	docker cp "$(shell cat .container_id):/project/package-lock.json" .