Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 468680 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.orig (-1 / +1 lines)
Lines 214-218 Link Here
214
install-doc:
214
install-doc:
215
	mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir)/html
215
	mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir)/html
216
	install -m 644 addons/* $(DESTDIR)$(addondir)
216
	install -m 644 addons/* $(DESTDIR)$(addondir)
217
	install -m 644 AUTHORS Contribute COPYING NEWS ChangeLog Export.README README INSTALL $(DESTDIR)$(docdir)
217
	install -m 644 AUTHORS Contribute NEWS ChangeLog Export.README README INSTALL $(DESTDIR)$(docdir)
218
	cp -d -r doc/* $(DESTDIR)$(docdir)
218
	cp -d -r doc/* $(DESTDIR)$(docdir)

Return to bug 468680