aboutsummaryrefslogtreecommitdiff
path: root/finance/gnucash-devel/files/patch-src_doc_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash-devel/files/patch-src_doc_Makefile.in')
-rw-r--r--finance/gnucash-devel/files/patch-src_doc_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/gnucash-devel/files/patch-src_doc_Makefile.in b/finance/gnucash-devel/files/patch-src_doc_Makefile.in
new file mode 100644
index 000000000000..4cc5e1b93ad2
--- /dev/null
+++ b/finance/gnucash-devel/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