mirror of
https://github.com/bspeice/libcvautomation
synced 2026-06-13 16:52:00 -04:00
Make the build process more portable
This commit is contained in:
+1
-1
@@ -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