diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2015-04-28 07:57:53 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2015-04-28 07:57:53 +0200 |
commit | 37e3bea32e9078168cd2622dcc976d7d10739088 (patch) | |
tree | 0f8bbb920b628830a4b06154fd4f0f8f09a50577 /doc/Makefile.am | |
parent | c3ccf5e3e6737f81863b085289fd830e732b41f9 (diff) |
Imported Upstream version 0.8.2upstream/0.8.2
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 5814a0c..fb9e035 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -23,8 +23,9 @@ 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/" + $(MKDIR_P) "$(DESTDIR)$(docdir)/html/search" ## Didn't work with installdirs-local + $(INSTALL_DATA) html/*.css html/*.html html/*.js html/*.map html/*.md5 html/*.png "$(DESTDIR)$(docdir)/html/" + $(INSTALL_DATA) html/search/* "$(DESTDIR)$(docdir)/html/search/" -$(INSTALL_DATA) *.qch "$(DESTDIR)$(docdir)/" |