Browse code

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>

Doug Davis authored on 2015/06/20 00:48:14
Showing 1 changed files
... ...
@@ -70,3 +70,6 @@ build: bundles
70 70
 
71 71
 bundles:
72 72
 	mkdir bundles
73
+
74
+docs:
75
+	$(MAKE) -C docs docs