summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2018-01-24 21:26:23 +0100
committerSebastian Pipping <sebastian@pipping.org>2018-01-24 21:26:23 +0100
commit9037441b2acc8e4f779d5ad0388c218901c77f74 (patch)
tree7461998a0806581d00747a275a14ee89430d3737
parent68da8d3ed7f8b8e1a4990dedb2493988afa64890 (diff)
downloaduriparser-9037441b2acc8e4f779d5ad0388c218901c77f74.tar.gz
Fix "make -C doc install" for lack of .map files
-rw-r--r--ChangeLog1
-rw-r--r--doc/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b69d69..de40ea0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@
* Fixed: Stop exporting internal function RemoveBaseUriImpl
Thanks to Joel Cunningham for the report!
* Fixed: API documentation front page no longer empty with Doxygen 1.8.13
+ * Fixed: "make -C doc install" fixed for lack of .map files
* Soname: 1:21:0
2015-10-12 -- 0.8.4
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ae5e101..012f0bc 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/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/*.css html/*.html html/*.js html/*.md5 html/*.png "$(DESTDIR)$(docdir)/html/"
$(INSTALL_DATA) html/search/* "$(DESTDIR)$(docdir)/html/search/"
-$(INSTALL_DATA) *.qch "$(DESTDIR)$(docdir)/"