trying make all

This commit is contained in:
Walter Schulze 2015-06-27 11:58:18 +02:00
parent 2210bd70a2
commit bbb9109276
3 changed files with 9 additions and 10 deletions

View File

@ -5,12 +5,13 @@
FROM ubuntu:trusty
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -q \
&& apt-get install -qy \
RUN apt-get update -q
RUN apt-get install -qy texlive-full
RUN apt-get install -qy \
gnuplot \
python-pygments \
texlive-full \
wget
# python-pygments \
wget \
build-essential
ADD ./getFiraFont.sh ./getFiraFont.sh
RUN ./getFiraFont.sh

View File

@ -62,10 +62,10 @@ uninstall:
@rmdir $(INSTALL_DIR)
@rmdir $(MANUAL_DIR)
docker-run: docker-build
docker-run: docker-build $(DEMO_PDF) $(MANUAL_PDF) $(STY)
docker run --rm=true --name $(DOCKER_CONTAINER) -i -t -v `pwd`:/data $(DOCKER_IMAGE) /data/build.sh
docker-build:
docker-build:
docker build -t $(DOCKER_IMAGE) .
docker-rm:

View File

@ -1,5 +1,3 @@
#!/bin/sh
set -xe
xelatex mtheme.ins
xelatex -shell-escape demo.tex
xelatex -shell-escape demo.tex
make all