Browse Source

Merge pull request #14044 from duglin/MakeDocs

Add back top-level "make docs"
David Calavera 10 years ago
parent
commit
7313a9ae9c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
Makefile

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