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 ; \
|
||||
echo ; \
|
||||
echo "---" ; \
|
||||
echo "This file was generated by: make doc/MAKE" ; \
|
||||
} | egrep -v "^make\[1\]:" > doc/MAKE
|
||||
echo "This file was generated by: make $@" ; \
|
||||
} | egrep -v "^make\[1\]:" > $@
|
||||
|
||||
|
||||
|
||||
@ -397,7 +397,7 @@ all: check doc dev dist deploy
|
||||
|
||||
|
||||
.PHONY: doc
|
||||
doc: ## Build the documentation
|
||||
doc: ## Build documentation
|
||||
doc: $(DOC_FILES)
|
||||
|
||||
|
||||
|
||||
@ -54,7 +54,7 @@ Dependency checking:
|
||||
|
||||
Generic targets:
|
||||
all: Run the full build chain
|
||||
doc: Build the documentation
|
||||
doc: Build documentation
|
||||
dev: Build the development environment
|
||||
dist: Build distributable package
|
||||
test-dist: Build testing distributable package
|
||||
|
||||
@ -37,6 +37,8 @@ Basic project layout:
|
||||
NOTES - general notes
|
||||
HACKS - list of hacks around external
|
||||
"features" and bugs
|
||||
MAKE - Makefile doc, the same as printed
|
||||
by make help (generated by make doc)
|
||||
|
||||
experiments/ - standalone experiments
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user