added early version of trouble shooting guide
This commit is contained in:
@@ -22,7 +22,7 @@ TARGETS = index \
|
||||
utp \
|
||||
tuning
|
||||
|
||||
FIGURES = read_disk_buffers write_disk_buffers
|
||||
FIGURES = read_disk_buffers write_disk_buffers troubleshooting
|
||||
|
||||
html: $(TARGETS:=.html) $(FIGURES:=.png)
|
||||
|
||||
@@ -37,6 +37,10 @@ all: html
|
||||
rst2html.py --template=template.txt --stylesheet-path=style.css --link-stylesheet --no-toc-backlinks $? > $@
|
||||
cp $@ $(WEB_PATH)/$@
|
||||
|
||||
%.png:%.dot
|
||||
dot -Tpng $? >$@
|
||||
cp $@ $(WEB_PATH)/$@
|
||||
|
||||
%.eps:%.dot
|
||||
dot -Teps $? >$@
|
||||
cp $@ $(WEB_PATH)/$@
|
||||
|
Reference in New Issue
Block a user