diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-05 06:12:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-05 06:12:43 +0000 |
commit | 76a68496073a3be716a94009de2c80af3873f5c9 (patch) | |
tree | 4839c8eb176ff5174c49b6c7830281bf6d621380 /deskutils/gnucash/files/patch-src_doc_Makefile.in | |
parent | Update to 1.3.4. (diff) |
Update to 1.8.0.
Diffstat (limited to 'deskutils/gnucash/files/patch-src_doc_Makefile.in')
-rw-r--r-- | deskutils/gnucash/files/patch-src_doc_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/gnucash/files/patch-src_doc_Makefile.in b/deskutils/gnucash/files/patch-src_doc_Makefile.in new file mode 100644 index 000000000000..4cc5e1b93ad2 --- /dev/null +++ b/deskutils/gnucash/files/patch-src_doc_Makefile.in @@ -0,0 +1,11 @@ +--- src/doc/Makefile.in.orig Tue Feb 4 23:55:03 2003 ++++ src/doc/Makefile.in Tue Feb 4 23:58:49 2003 +@@ -492,7 +492,7 @@ + $(mkinstalldirs) $(DESTDIR)$(docdir)/html + mkdir -p html #Workaround to allow libofx-cvs user to install without doc. + # cp -rp $(srcdir)/html ${docdir} +- cp -rp html $(DESTDIR)$(docdir)/html ++ cp -rp html/* $(DESTDIR)$(docdir)/html + + uninstall-hook: + rm -rf ${docdir}/html |