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

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- Makefile.am.orig
0
++ Makefile.am
Lines 112-124 Link Here
112
	@find $(distdir) -type d -name SCCS -print | xargs rm -rf
112
	@find $(distdir) -type d -name SCCS -print | xargs rm -rf
113
113
114
install-data-local:
114
install-data-local:
115
	( cd $(srcdir) && find html -name SCCS -prune -o -type d \
115
	( cd $(srcdir)/html && find . -name SCCS -prune -o -type d \
116
		-exec $(INSTALL) -d $(DESTDIR)$(htmldir)/{} ";" )
116
		-exec $(INSTALL) -d $(DESTDIR)$(htmldir)/collection/{} ";" )
117
	( cd $(srcdir) && find html -name SCCS -prune -o -type f \
117
	( cd $(srcdir)/html && find . -name SCCS -prune -o -type f \
118
		-exec $(INSTALL_DATA) {} $(DESTDIR)$(htmldir)/{} ";" )
118
		-exec $(INSTALL_DATA) {} $(DESTDIR)$(htmldir)/collection/{} ";" )
119
119
120
uninstall-local:
120
uninstall-local:
121
		rm -rf $(DESTDIR)$(htmldir)/html
121
		rm -rf $(DESTDIR)$(htmldir)/collection
122
122
123
CommitLog: FRC.CommitLog
123
CommitLog: FRC.CommitLog
124
	cd $(srcdir)					\
124
	cd $(srcdir)					\

Return to bug 533410