Skip to content

Commit b263a6b

Browse files
committed
Add docs target to Makefile
1 parent 1ff7e07 commit b263a6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ clean:
1414
authors:
1515
echo "Authors\n=======\n\nA huge thanks to all of our contributors:\n\n" > AUTHORS.md
1616
git log --raw | grep "^Author: " | cut -d ' ' -f2- | cut -d '<' -f1 | sed 's/^/- /' | sort | uniq >> AUTHORS.md
17+
18+
docs:
19+
mvn javadoc:javadoc
20+
@echo "If you want to update the Github Pages site:\n"
21+
@echo "git checkout -b gh-pages origin/gh-pages; cp -r target/apidocs/* ."
22+
@echo "\nReview, commit (but don't add target/), then push."

0 commit comments

Comments
 (0)