소스 검색

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 10 년 전
부모
커밋
2bc0d2bf51
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Makefile

+ 3 - 0
Makefile

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