minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-09-02 04:16:10 +03:00
parent 6b5813e45e
commit 1c99626fec
3 changed files with 6 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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