From 6604c43ba2ab757b6c158b0a38faa6a5f3baabbe Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Wed, 9 Jul 2014 17:50:40 +0200 Subject: [PATCH] Also install pdf.js files. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index b99180b5..ad2e981e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,6 +132,7 @@ install: $(INSTALL) -d $(SHARE)/www/static/fonts $(INSTALL) -d $(SHARE)/www/static/translation $(INSTALL) -d $(SHARE)/www/static/css + $(INSTALL) -d $(SHARE)/www/static/js/libs/pdf $(INSTALL) $(DIST_BIN)/* $(BIN) $(INSTALL) -m 644 server.conf.in $(CONF)/$(CONFIG_FILE) $(INSTALL) html/* $(SHARE)/www/html @@ -142,6 +143,7 @@ install: $(INSTALL) static/css/* $(SHARE)/www/static/css $(INSTALL) -D static/js/libs/require/require.js $(SHARE)/www/static/js/libs/require/require.js $(INSTALL) $(OUTPUT_JS)/*.js $(SHARE)/www/static/js + $(INSTALL) $(OUTPUT_JS)/libs/pdf/*.js $(SHARE)/www/static/js/libs/pdf clean: GOPATH=$(GOPATH) $(GO) clean -i $(PKG)