ignore install errors for manpages
This commit is contained in:
parent
ef4b9afdb5
commit
605a5fa68b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ all-local: html $(DOC).pdf man
|
|||
|
||||
install-data-local:
|
||||
$(INSTALL) -d $(mandir)/man3
|
||||
$(INSTALL_DATA) man/*.3 $(mandir)/man3
|
||||
-$(INSTALL_DATA) man/*.3 $(mandir)/man3
|
||||
$(INSTALL) -d $(pkgdatadir)/html
|
||||
$(INSTALL_DATA) html/* $(pkgdatadir)/html
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue