We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff7e07 commit b263a6bCopy full SHA for b263a6b
Makefile
@@ -14,3 +14,9 @@ clean:
14
authors:
15
echo "Authors\n=======\n\nA huge thanks to all of our contributors:\n\n" > AUTHORS.md
16
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