1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add back top-level "make docs"

Just to make life easier on devs so they don't need to 'cd' into
the docs dir just to test their docs edits.  This doesn't do anything
more than "cd docs && make docs" so that all of the smarts are still
in the docs's Makefile and not in docker's.

Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
Doug Davis 2015-06-19 08:48:14 -07:00
parent b3254dab49
commit 2bc0d2bf51

View file

@ -70,3 +70,6 @@ build: bundles
bundles:
mkdir bundles
docs:
$(MAKE) -C docs docs