We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f379f10 commit 34b0e5cCopy full SHA for 34b0e5c
Makefile
@@ -1,13 +1,14 @@
1
# Settings
2
JEKYLL=jekyll
3
PORT?=4000
4
-HOST?=localhost
+HOST?=0.0.0.0
5
FLAGS?=""
6
CHROME=google-chrome-stable
7
TUTORIALS=$(shell find _site/training-material -name 'tutorial.html' | sed 's/_site\/training-material\///')
8
SLIDES=$(shell find _site/training-material -name 'slides.html' | sed 's/_site\/training-material\///')
9
SLIDES+=$(shell find _site/training-material/*/*/slides/* | sed 's/_site\/training-material\///')
10
-SITE_URL=http://${HOST}:${PORT}/training-material
+PDF_HOST?=127.0.0.1
11
+SITE_URL=http://${PDF_HOST}:${PORT}/training-material
12
PDF_DIR=_pdf
13
REPO=$(shell echo "$${ORIGIN_REPO:-galaxyproject/training-material}")
14
BRANCH=$(shell echo "$${ORIGIN_BRANCH:-master}")
0 commit comments