freebsd-ports/finance/gnucash-devel/files/patch-src_doc_Makefile.in
Joe Marcus Clarke 76a6849607 Update to 1.8.0.
2003-02-05 06:12:43 +00:00

11 lines
402 B
Text

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