Fixed server.html / server.html.h generation.
This commit is contained in:
parent
1762ae9724
commit
67e3b90c6b
1 changed files with 2 additions and 1 deletions
|
@ -63,4 +63,5 @@ controller/server.html: $(lspDATA) $(lspSOURCES)
|
|||
cat ../lsp/footer.html >> $@
|
||||
|
||||
controller/server.html.h: $(srcdir)/controller/server.html
|
||||
xxd -i $(srcdir)/controller/server.html $(srcdir)/controller/server.html.h
|
||||
cd $(srcdir)/controller; xxd -i server.html server.html.h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue