fix Makefile bug w/"make install" (thanks kiyoshi)
FossilOrigin-Name: b8053a482cd9886def9aa95de534294c68c6ed5a4a5e8b0289d1d368d719de70
This commit is contained in:
parent
3a000cc8f0
commit
2874b9db91
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ install-data:
|
|||
install -c -m 644 tools/glossary.retro $(DESTDIR)$(DATADIR)/glossary.retro
|
||||
install -c -m 644 ngaImage $(DESTDIR)$(DATADIR)/ngaImage
|
||||
cp -fpR tests $(DESTDIR)$(DATADIR)/
|
||||
install -c -m 644 hoc/words.tsv $(DESTDIR)$(DATADIR)/words.tsv
|
||||
install -c -m 644 doc/words.tsv $(DESTDIR)$(DATADIR)/words.tsv
|
||||
|
||||
install-docs:
|
||||
install -m 755 -d -- $(DESTDIR)$(DOCSDIR)
|
||||
|
|
Loading…
Reference in a new issue