From 0396b5fa0fcae1c02d45df6ec3e479a4cd0271ee Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 7 Jan 2009 06:58:04 +0000 Subject: [PATCH] Fixes for autotools (SF#1859664: https://sourceforge.net/tracker2/?func=detail&aid=1859664&group_id=13478&atid=313478) --- doc/html/Makefile.am | 2 +- doc/html/changelog.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am index f4f1501..3082bec 100644 --- a/doc/html/Makefile.am +++ b/doc/html/Makefile.am @@ -73,7 +73,7 @@ EXTRA_DIST = $(doc_DATA) api # handle 'api/' specially: install-data-local: $(mkinstalldirs) $(DESTDIR)$(docdir)/api - (cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api) + (cd $(srcdir)/api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api) uninstall-local: rm -rf $(DESTDIR)$(docdir)/api maintainer-clean-local: diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 781cbe5..7b384ff 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -105,6 +105,7 @@
  • build system: