From 4aa7de89c5ffc4818abc80bd67b453d8ba15d639 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Thu, 1 Dec 2022 22:39:37 -0600 Subject: Add documentation building for linux --- Makefile.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.nix') diff --git a/Makefile.nix b/Makefile.nix index e70286d..a4a4503 100644 --- a/Makefile.nix +++ b/Makefile.nix @@ -37,6 +37,11 @@ CLIENT_LIBS=\ -lLinearMath\ -lnng\ +doc: documentation + +documentation: + $(MDOC) -p src -o doc -t "Brok[en]gine" -i README.md -d reference -m "Markdown" + bin/client/bin/brokengine_client : $(client_objs) $(shared_objs) $(CXX) $(LDFLAGS) -o $@ $^ $(CLIENT_LIB_DIRS) $(CLIENT_LIBS) -- cgit v1.2.3-70-g09d2