mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-25 04:21:57 +00:00
Compare commits
No commits in common. "1748a26e617043de7cc8dc9024228192dda6da3b" and "33b120d430e52b57720f32f17486c77bea306690" have entirely different histories.
1748a26e61
...
33b120d430
@ -642,13 +642,19 @@ electron-run: dev
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------ Windows installer ---
|
##----------------------------------------------- Windows installer ---
|
||||||
|
|
||||||
# XXX
|
# XXX
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------ CLI package ---
|
##----------------------------------------------------- Deb package ---
|
||||||
|
|
||||||
|
# XXX
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
##----------------------------------------------------- CLI package ---
|
||||||
|
|
||||||
# XXX
|
# XXX
|
||||||
|
|
||||||
@ -938,17 +944,9 @@ $(DIST_DIR)/$(APP_NAME)-%.zip: $(BUILD_DIR)/$(APP_NAME)-%.$(BUILD_MODE).zip
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
##------------------------------------------------------------- CLI ---
|
#----------------------------------------------------------------------
|
||||||
|
# cli...
|
||||||
.PHONY: devel-cli
|
# XXX
|
||||||
devel-cli: ## Install CLI interface as a link to this tree.
|
|
||||||
devel-cli: dev
|
|
||||||
npm link
|
|
||||||
|
|
||||||
.PHONY: cli
|
|
||||||
cli: ## install CLI interface as independent package.
|
|
||||||
cli: dev
|
|
||||||
npm install -g .
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -971,6 +969,5 @@ cli: dev
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
##
|
|
||||||
#**********************************************************************
|
#**********************************************************************
|
||||||
# vim:set nowrap :
|
# vim:set nowrap :
|
||||||
|
|||||||
@ -98,20 +98,18 @@ Generic targets:
|
|||||||
all: Run the full build chain
|
all: Run the full build chain
|
||||||
doc: Build documentation
|
doc: Build documentation
|
||||||
dev: Build the development environment
|
dev: Build the development environment
|
||||||
dev-npm: Install the npm global dev package (might need sudo)
|
|
||||||
dist: Build distributable package
|
dist: Build distributable package
|
||||||
test-dist: Build testing distributable package
|
test-dist: Build testing distributable package
|
||||||
deploy: Run ./scripts/deploy.sh on contents of DIST_DIR
|
deploy: Run ./scripts/deploy.sh on contents of DIST_DIR
|
||||||
run: Run app in-place
|
run: Run app in-place
|
||||||
|
|
||||||
Cleanup:
|
Cleanup:
|
||||||
clean: Cleanup
|
clean: Clean the BUILD_DIR directory
|
||||||
clean-generated: Clean generated files
|
|
||||||
clean-dist: Clean DIST_DIR directory
|
clean-dist: Clean DIST_DIR directory
|
||||||
clean-all: Clean all
|
clean-all: Clean all
|
||||||
|
|
||||||
Generic components:
|
Generic components:
|
||||||
js: Build JS modules
|
css: Build CSS
|
||||||
app-dir-full: Build full app directory
|
app-dir-full: Build full app directory
|
||||||
app-dir-minimal: Build minimal app directory
|
app-dir-minimal: Build minimal app directory
|
||||||
|
|
||||||
@ -124,16 +122,15 @@ Electron:
|
|||||||
electron-unpacked: Make unpacked electron app
|
electron-unpacked: Make unpacked electron app
|
||||||
electron-run: Run app in electron
|
electron-run: Run app in electron
|
||||||
|
|
||||||
Open Desktop:
|
Windows installer:
|
||||||
|
|
||||||
|
Deb package:
|
||||||
|
|
||||||
|
CLI package:
|
||||||
|
|
||||||
Patches:
|
Patches:
|
||||||
patched-requirejs: Patch requirejs (see: NOTES)
|
patched-requirejs: Patch requirejs (see: NOTES)
|
||||||
unpatched-requirejs: Unpatch requirejs
|
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
|
This file was generated by: make doc/MAKE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user