openbsd-ports/x11/gnome/libgda/patches/patch-doc_C_Makefile_in
jasper 5b9a1a9950 - update libgda to 3.1.5
- specify license version

feedback and ok ajacoutot@
2008-11-21 18:35:31 +00:00

21 lines
890 B
Plaintext

$OpenBSD: patch-doc_C_Makefile_in,v 1.1 2008/11/21 18:35:31 jasper Exp $
--- doc/C/Makefile.in.orig Mon Aug 4 19:04:03 2008
+++ doc/C/Makefile.in Tue Nov 18 14:03:38 2008
@@ -684,8 +684,6 @@ install-data-local:
done; \
echo '-- Installing $(srcdir)/html/index.sgml' ; \
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
- which gtkdoc-rebase >/dev/null && \
- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
fi
uninstall-local:
@@ -709,7 +707,6 @@ dist-hook: dist-check-gtkdoc dist-hook-local
cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
cd $(distdir) && rm -f $(DISTCLEANFILES)
- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
# Tell versions [3.59,3.63) of GNU make to not export all variables.