c05cd374ef
is wrong with libtool. this worked just fine and then I updated my powerpc box to more recent -current and I was able to reproduce the problem as reported to me by a handful of people.
13 lines
554 B
Plaintext
13 lines
554 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.4 2002/05/31 00:03:35 brad Exp $
|
|
--- doc/Makefile.in.orig Wed Mar 14 09:52:24 2001
|
|
+++ doc/Makefile.in Wed Mar 14 09:52:37 2001
|
|
@@ -300,8 +300,6 @@ install-data-local:
|
|
echo '-- Installing '$$i ; \
|
|
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
|
done; \
|
|
- echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
|
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
|
|
echo '-- Fixing Crossreferences' ; \
|
|
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \
|
|
fi)
|