fix 'make install' for out-of-tree build
This commit is contained in:
Bernd Machenschalk 2014-06-03 06:17:34 +00:00
parent 84f4b097e8
commit 09d0c7cbbd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
htmldir=$(DESTDIR)/$(prefix)/share/boinc-server-maker/html
install-data-local:
mkdir -p $(htmldir)
cp -r inc languages ops user $(htmldir)
cp -r $(srcdir)/inc $(srcdir)/languages $(srcdir)/ops $(srcdir)/user $(htmldir)