fixed Makefile

This commit is contained in:
Walter Schulze 2015-06-27 12:08:48 +02:00
parent bbb9109276
commit eb58bbed6d
1 changed files with 1 additions and 1 deletions

View File

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