mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-01 05:46:33 -04:00
Make the build process more portable
This commit is contained in:
@ -2,7 +2,7 @@ if BUILD_DOXYGEN
|
||||
|
||||
EXTRA_DIST = html
|
||||
install-data-local:
|
||||
$(MKDIR_P) $(DESTDIR)$(datadir)/$(PACKAGE)/html
|
||||
$(mkdir_p) $(DESTDIR)$(datadir)/$(PACKAGE)/html
|
||||
for f in html/*; do \
|
||||
$(INSTALL_DATA) $(srcdir)/$$f \
|
||||
$(DESTDIR)$(datadir)/$(PACKAGE)/html; done
|
||||
|
Reference in New Issue
Block a user