fix for failed rpm build

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7592 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Lyttle 2002-12-02 10:44:33 +00:00
parent d7cb65ba42
commit 7fd7787c90
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-12-02 Chris Lyttle <chris@wilddev.net>
* src/doc/Makefile.am: fix for failure when building rpm
2002-12-02 Chris Lyttle <chris@wilddev.net>
* NEWS: update to new version 1.7.4

View File

@ -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