Make the build process more portable

This commit is contained in:
Bradlee Speice
2012-07-12 10:06:08 -04:00
parent e436323d7a
commit 590af56dee
2 changed files with 5 additions and 4 deletions

View File

@ -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