From 3a2053ee650a5c252a088bb80bca055f6df3abcb Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Sun, 4 Sep 2022 13:03:08 -0700 Subject: [PATCH] tweak doc Signed-off-by: Terence Parr --- doc/releasing-antlr.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/releasing-antlr.md b/doc/releasing-antlr.md index 8c8104ede2..bf0912a7c6 100644 --- a/doc/releasing-antlr.md +++ b/doc/releasing-antlr.md @@ -453,11 +453,6 @@ Otherwise enter `N` to ignore the warning. ### javadoc for runtime and tool -```bash -cd ~/antlr/code/antlr4 -mvn -DskipTests javadoc:jar -q install # get lots of errors but works -``` - Jars are in: ```