From 76a68496073a3be716a94009de2c80af3873f5c9 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 5 Feb 2003 06:12:43 +0000 Subject: Update to 1.8.0. --- deskutils/gnucash/files/patch-src_doc_Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 deskutils/gnucash/files/patch-src_doc_Makefile.in (limited to 'deskutils/gnucash/files/patch-src_doc_Makefile.in') 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 -- cgit v1.2.3