Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131365
Collapse All | Expand All

(-)gtk-doc/Makefile.in (-1 / +1 lines)
Lines 276-282 install-data-local: Link Here
276
	-install -d -m 0755 $(TARGET_DIR)
276
	-install -d -m 0755 $(TARGET_DIR)
277
	-install -m 0644 $(srcdir)/html/*.html $(TARGET_DIR)
277
	-install -m 0644 $(srcdir)/html/*.html $(TARGET_DIR)
278
	-install -m 0644 $(srcdir)/html/index.sgml $(TARGET_DIR)
278
	-install -m 0644 $(srcdir)/html/index.sgml $(TARGET_DIR)
279
	-(cd $(DESTDIR); gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR))
279
	-(cd $(DESTDIR); gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(DESTDIR)/$(HTML_DIR))
280
280
281
.PHONY : html sgml templates scan
281
.PHONY : html sgml templates scan
282
282

Return to bug 131365