Skip to content

Commit 63a2463

Browse files
authored
Merge pull request #223 from rabbitmq/move-to-asciidoc
Add docs using Asciidoc format
2 parents 8aab1f4 + 7b8dc6b commit 63a2463

12 files changed

+2660
-12
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ DEPS_DIR = deps
99
endif
1010
endif
1111

12+
export PATH := $(CURDIR):$(CURDIR)/scripts:$(PATH)
13+
1214
MVN_FLAGS += -Ddeps.dir="$(abspath $(DEPS_DIR))"
1315

1416
.PHONY: all deps tests clean distclean
@@ -33,3 +35,7 @@ distclean: clean
3335
$(MAKE) -C $(DEPS_DIR)/rabbitmq_codegen clean
3436

3537
.PHONY: cluster-other-node
38+
39+
.PHONY: doc
40+
doc: ## Generate PerfTest documentation
41+
@mvnw asciidoctor:process-asciidoc

0 commit comments

Comments
 (0)