Skip to content
Snippets Groups Projects
Commit 663f9d68 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Deactivate deliverable creation

parent 6dbd74f5
No related branches found
No related tags found
No related merge requests found
Pipeline #15179 passed
DELIVERABLES_MD = $(shell find Deliverable_*-*.md) # DELIVERABLES_MD = $(shell find Deliverable_*-*.md)
DELIVERABLES_DOCX = $(subst .md,.docx,$(DELIVERABLES_MD)) # DELIVERABLES_DOCX = $(subst .md,.docx,$(DELIVERABLES_MD))
venv: requirements.txt venv: requirements.txt
test -d venv || python3 -m venv venv test -d venv || python3 -m venv venv
...@@ -15,11 +15,13 @@ html: venv ...@@ -15,11 +15,13 @@ html: venv
sphinx-build . public sphinx-build . public
) )
$(DELIVERABLES_DOCX): $(DELIVERABLES_MD) # $(DELIVERABLES_DOCX): $(DELIVERABLES_MD)
@pandoc -s $< -o $@ # @pandoc -s $< -o $@
deliverables: $(DELIVERABLES_DOCX) # deliverables: $(DELIVERABLES_DOCX)
portal-dev:
docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:0.76.5 server
clean: clean:
rm -rf venv public rm -rf venv public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment