From e52aca1a06f6d5f8b2877fd0ff95d131264d3bf7 Mon Sep 17 00:00:00 2001
From: Alex Reimers <alex@bigswitch.com>
Date: Tue, 20 Dec 2011 21:58:23 -0800
Subject: [PATCH] Added a make javadoc target, same as make doc/docs.

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 928b0d6e2..4e3bd4536 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ docs:
 doc:
 	ant javadoc
 
+javadoc:
+	ant javadoc
+
 test: tests
 
 tests: all unit-tests
-- 
GitLab