Fix install of html docs
This commit is contained in:
parent
8bb4454b3d
commit
b232205eed
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -63,7 +63,7 @@ install_doc:
|
|||
install -d $(INSTALLDIR_DOC)
|
||||
install README doc/FAQ doc/drivers.txt $(INSTALLDIR_DOC)
|
||||
install -d $(INSTALLDIR_DOC)/html/
|
||||
-install doc/html/* $(INSTALLDIR_DOC)/html/
|
||||
-install doc/html/*.html $(INSTALLDIR_DOC)/html/
|
||||
install -d $(INSTALLDIR_DOC)/etc/
|
||||
install -m 755 etc/das1600.conf $(INSTALLDIR_DOC)/etc/
|
||||
install -m 755 etc/dt282x.conf $(INSTALLDIR_DOC)/etc/
|
||||
|
|
Loading…
Add table
Reference in a new issue