summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2014-11-21 17:21:36 +0100
committerSebastian Pipping <sebastian@pipping.org>2014-11-21 17:50:47 +0100
commit36f7bca5b26c888977ebdb2c9f7ef51098aa42b4 (patch)
tree39e2232005b93c02a4ac0bd55e829380322f5fe5 /doc
parent07e0ea7a26466643ba7f8829c4116501108bf2dd (diff)
downloaduriparser-36f7bca5b26c888977ebdb2c9f7ef51098aa42b4.tar.gz
Resolve Bash-ism (Gentoo bug #527388)
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5814a0c..177b1fe 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -24,7 +24,7 @@ distclean-local:
## Install doc files
install-data-local:
$(MKDIR_P) "$(DESTDIR)$(docdir)/html" ## Didn't work with installdirs-local
- $(INSTALL_DATA) html/*.{css,html,png} "$(DESTDIR)$(docdir)/html/"
+ $(INSTALL_DATA) html/*.css html/*.html html/*.png "$(DESTDIR)$(docdir)/html/"
-$(INSTALL_DATA) *.qch "$(DESTDIR)$(docdir)/"