Fixed server.html / server.html.h generation.

This commit is contained in:
Thulinma 2013-03-14 00:48:25 +01:00
parent 1762ae9724
commit 67e3b90c6b

View file

@ -63,4 +63,5 @@ controller/server.html: $(lspDATA) $(lspSOURCES)
cat ../lsp/footer.html >> $@ cat ../lsp/footer.html >> $@
controller/server.html.h: $(srcdir)/controller/server.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