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

Collapse All | Expand All

(-)a/Makefile.in (-5 / +10 lines)
Lines 300-307 install-webconf: Link Here
300
	@echo ""
300
	@echo ""
301
	
301
	
302
install-exfoliation:
302
install-exfoliation:
303
	cp -rf contrib/exfoliation/stylesheets/* $(DESTDIR)$(HTMLDIR)/stylesheets
303
	for file in contrib/exfoliation/stylesheets/*.*; \
304
	cp -rf contrib/exfoliation/images/* $(DESTDIR)$(HTMLDIR)/images
304
	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done
305
306
	for file in contrib/exfoliation/images/*.*; \
307
	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
305
308
306
	@echo ""
309
	@echo ""
307
	@echo "*** Exfoliation theme installed ***"
310
	@echo "*** Exfoliation theme installed ***"
Lines 309-316 install-exfoliation: Link Here
309
	@echo ""
312
	@echo ""
310
	
313
	
311
install-classicui:
314
install-classicui:
312
	cp -rf html/stylesheets/* $(DESTDIR)$(HTMLDIR)/stylesheets
315
	for file in html/stylesheets/*.*; \
313
	cp -rf html/images/* $(DESTDIR)$(HTMLDIR)/images
316
	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done
317
318
	for file in html/images/*.*; \
319
	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
314
320
315
	@echo ""
321
	@echo ""
316
	@echo "*** Classic theme installed ***"
322
	@echo "*** Classic theme installed ***"
317
- 

Return to bug 485756