mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6b5813e45e
commit
1c99626fec
@ -353,8 +353,8 @@ doc/MAKE: Makefile
|
|||||||
make help ; \
|
make help ; \
|
||||||
echo ; \
|
echo ; \
|
||||||
echo "---" ; \
|
echo "---" ; \
|
||||||
echo "This file was generated by: make doc/MAKE" ; \
|
echo "This file was generated by: make $@" ; \
|
||||||
} | egrep -v "^make\[1\]:" > doc/MAKE
|
} | egrep -v "^make\[1\]:" > $@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -397,7 +397,7 @@ all: check doc dev dist deploy
|
|||||||
|
|
||||||
|
|
||||||
.PHONY: doc
|
.PHONY: doc
|
||||||
doc: ## Build the documentation
|
doc: ## Build documentation
|
||||||
doc: $(DOC_FILES)
|
doc: $(DOC_FILES)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -54,7 +54,7 @@ Dependency checking:
|
|||||||
|
|
||||||
Generic targets:
|
Generic targets:
|
||||||
all: Run the full build chain
|
all: Run the full build chain
|
||||||
doc: Build the documentation
|
doc: Build documentation
|
||||||
dev: Build the development environment
|
dev: Build the development environment
|
||||||
dist: Build distributable package
|
dist: Build distributable package
|
||||||
test-dist: Build testing distributable package
|
test-dist: Build testing distributable package
|
||||||
|
|||||||
@ -37,6 +37,8 @@ Basic project layout:
|
|||||||
NOTES - general notes
|
NOTES - general notes
|
||||||
HACKS - list of hacks around external
|
HACKS - list of hacks around external
|
||||||
"features" and bugs
|
"features" and bugs
|
||||||
|
MAKE - Makefile doc, the same as printed
|
||||||
|
by make help (generated by make doc)
|
||||||
|
|
||||||
experiments/ - standalone experiments
|
experiments/ - standalone experiments
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user