mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
d7cb65ba42
commit
7fd7787c90
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user