From: Kees Monshouwer Date: Tue, 3 Feb 2015 07:55:44 +0000 (+0100) Subject: update example in the Dockerfile for building the markdown docs X-Git-Tag: rec-3.7.0~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2170%2Fhead;p=thirdparty%2Fpdns.git update example in the Dockerfile for building the markdown docs --- diff --git a/docs/Dockerfile b/docs/Dockerfile index 6b689b00d1..e990b2c564 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -8,8 +8,8 @@ # root@07d38c7f88a5:/# su - peter # No directory, logging in with HOME=/ # $ bash -# peter@07d38c7f88a5:/$ cd /pdns/pdns/docs -# peter@07d38c7f88a5:/pdns/pdns/docs$ make html-new/index.html +# peter@07d38c7f88a5:/$ cd /pdns/docs +# peter@07d38c7f88a5:/pdns/docs$ make html/index.html # FROM ubuntu:14.04