add html directory to install target. Debian-default path hard-coded.

pull/91/head
Patrick Tudor 2020-01-19 23:07:23 -08:00
parent 5474693dfd
commit f0ac720719
No known key found for this signature in database
GPG Key ID: 2C12D022F591B853
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ install: $(PROGRAMS)
$(INSTALL) -s -m 755 -D reporter $(DESTDIR)$(prefix)/bin/reporter
$(INSTALL) -s -m 755 -D galmonmon $(DESTDIR)$(prefix)/bin/galmonmon
$(INSTALL) -s -m 755 -D testrunner $(DESTDIR)$(prefix)/bin/testrunner
@echo "using cp instead of install because recursive directories of ascii"
mkdir -p $(DESTDIR)$(prefix)/share/package/galmon
cp -a html $(DESTDIR)$(prefix)/share/package/galmon/
decrypt: decrypt.o bits.o ext/fmt-5.2.1/src/format.o
$(CXX) -std=gnu++17 $^ -o $@