diff options
| author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-07-20 11:16:22 +0100 | 
|---|---|---|
| committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-07-20 11:16:22 +0100 | 
| commit | 6ab2a0f0d36c4bf1f4802c8e1c4d3fcb39c57988 (patch) | |
| tree | 4ee9b6cbcc1f5dde7550aa83b7878af3b1fa1b60 /Makefile | |
| parent | 4ba19d30b56035e41115dba2ac8385396732c6bb (diff) | |
| download | fullSWOF-utils-6ab2a0f0d36c4bf1f4802c8e1c4d3fcb39c57988.tar.gz | |
doc: Create symbolic links for images directory.
* Makefile: Add 'ln' commands.
* doc/images: New link.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -8,13 +8,16 @@ doc/dir: doc/fullswof-utils.info  doc/fullswof-utils.info: doc/fullswof-utils.texi  	@makeinfo --output=doc/fullswof-utils.info --no-split $< +	@ln -s ../images doc/images  html-doc: doc/fullswof-utils.texi  	@test -d $(HTML_DIR) || mkdir $(HTML_DIR)  	@makeinfo --html --css-ref="../../css/manual.css" \  	  --output=$(HTML_DIR)/html_node $< +	@ln -s ../../images $(HTML_DIR)/html_node/images  	@makeinfo --html --css-ref="../css/manual.css" --no-split \  	  --output=$(HTML_DIR)/fullswof-utils.html $< +	@ln -s ../images $(HTML_DIR)/images  clean:  	@echo "Cleaning up..." | 
