diff --git a/ChangeLog b/ChangeLog index e5babf68ec..d5e2c4aeff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-12-02 Chris Lyttle + + * src/doc/Makefile.am: fix for failure when building rpm + 2002-12-02 Chris Lyttle * NEWS: update to new version 1.7.4 diff --git a/src/doc/Makefile.am b/src/doc/Makefile.am index 0cfa2c0887..5d5be5745e 100644 --- a/src/doc/Makefile.am +++ b/src/doc/Makefile.am @@ -40,8 +40,10 @@ maintainer-clean-local: clean-local rm -rf html refman.pdf install-data-hook: - mkdir -p $(srcdir)/html #Workaround to allow libofx-cvs user to install without doc. - cp -rp $(srcdir)/html ${docdir} + $(mkinstalldirs) $(DESTDIR)$(docdir)/html +# mkdir -p $(srcdir)/html #Workaround to allow libofx-cvs user to install without doc. +# cp -rp $(srcdir)/html ${docdir} + cp -rp $(srcdir)/html $(DESTDIR)$(docdir)/html uninstall-hook: rm -rf ${docdir}/html