From 1748a26e617043de7cc8dc9024228192dda6da3b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Aug 2023 22:42:44 +0300 Subject: [PATCH] tweaks + made docs... Signed-off-by: Alex A. Naanou --- Viewer/Makefile | 3 ++- Viewer/doc/MAKE | 17 ++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Viewer/Makefile b/Viewer/Makefile index 709e70dc..9f423d2f 100644 --- a/Viewer/Makefile +++ b/Viewer/Makefile @@ -971,5 +971,6 @@ cli: dev +## #********************************************************************** -# vim:set nowrap : +# vim:set nowrap : diff --git a/Viewer/doc/MAKE b/Viewer/doc/MAKE index a5b83f98..ad5b6b1d 100644 --- a/Viewer/doc/MAKE +++ b/Viewer/doc/MAKE @@ -98,18 +98,20 @@ Generic targets: all: Run the full build chain doc: Build documentation dev: Build the development environment + dev-npm: Install the npm global dev package (might need sudo) dist: Build distributable package test-dist: Build testing distributable package deploy: Run ./scripts/deploy.sh on contents of DIST_DIR run: Run app in-place Cleanup: - clean: Clean the BUILD_DIR directory + clean: Cleanup + clean-generated: Clean generated files clean-dist: Clean DIST_DIR directory clean-all: Clean all Generic components: - css: Build CSS + js: Build JS modules app-dir-full: Build full app directory app-dir-minimal: Build minimal app directory @@ -122,15 +124,16 @@ Electron: electron-unpacked: Make unpacked electron app electron-run: Run app in electron -Windows installer: - -Deb package: - -CLI package: +Open Desktop: Patches: patched-requirejs: Patch requirejs (see: NOTES) unpatched-requirejs: Unpatch requirejs +CLI: + devel-cli: Install CLI interface as a link to this tree. + cli: install CLI interface as independent package. + + --- This file was generated by: make doc/MAKE