Skip to content

Commit

Permalink
Add asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Dec 7, 2022
1 parent cd892ca commit d5a4186
Show file tree
Hide file tree
Showing 12 changed files with 2,549 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ DEPS_DIR = deps
endif
endif

export PATH := $(CURDIR):$(CURDIR)/scripts:$(PATH)

MVN_FLAGS += -Ddeps.dir="$(abspath $(DEPS_DIR))"

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

.PHONY: cluster-other-node

.PHONY: doc
doc: ## Generate PerfTest documentation
@mvnw asciidoctor:process-asciidoc
Loading

0 comments on commit d5a4186

Please sign in to comment.