openbsd-ports/devel/libglade/patches/patch-doc_Makefile_in

15 lines
571 B
Plaintext
Raw Normal View History

$OpenBSD: patch-doc_Makefile_in,v 1.2 2001/11/14 21:08:45 wilfried Exp $
--- doc/Makefile.in.orig Fri Sep 7 05:14:11 2001
+++ doc/Makefile.in Wed Nov 14 20:31:34 2001
@@ -355,10 +355,6 @@ install-data-local:
echo '-- Installing '$$i ; \
2001-09-20 14:39:12 -04:00
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
- echo '-- Installing $(srcdir)/html/index.sgml' ; \
2001-09-20 14:39:12 -04:00
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(TARGET_DIR); \
- echo '-- Fixing Crossreferences' ; \
- gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR) || true; \
2001-09-20 14:39:12 -04:00
fi)
uninstall-local: