From fd6669e46cfd11900e27213577200b73aaff1705 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Tue, 19 Dec 2023 20:43:00 -0500 Subject: [PATCH] Fix property doc generation instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cbff2e31..c853bcbe3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The source for these tags is at [\_plugins/links.rb](_plugins/links.rb). ### Updating Property Documentation for Releases -Building Accumulo generates `server-properties.md` and `client-properties.md`. +Building Accumulo generates `server-properties*.md` and `client-properties*.md`. To regenerate these, do the following. ```bash @@ -36,8 +36,7 @@ ACCUMULO_SITE_CLONE= cd "$ACCUMULO_CLONE" mvn package -DskipTests -cp ./core/target/generated-docs/server-properties.md "$ACCUMULO_SITE_CLONE"/_docs-2/configuration -cp ./core/target/generated-docs/client-properties.md "$ACCUMULO_SITE_CLONE"/_docs-2/configuration +cp ./core/target/generated-docs/*.md "$ACCUMULO_SITE_CLONE"/_docs-2/configuration/ ``` ## Local Builds for Testing