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 (-2 / +2 lines)
Lines 10-16 Link Here
10
all:
10
all:
11
	@echo "There is nothing to compile."
11
	@echo "There is nothing to compile."
12
12
13
install: uninstall correctpath
13
install: correctpath install-doc
14
	@echo Installing fvwm-crystal $(RELEASE) to $(prefix)
14
	@echo Installing fvwm-crystal $(RELEASE) to $(prefix)
15
	mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm $(DESTDIR)$(prefix)/share/xsessions $(DESTDIR)/etc/X11/Sessions
15
	mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm $(DESTDIR)$(prefix)/share/xsessions $(DESTDIR)/etc/X11/Sessions
16
16
Lines 203-207 Link Here
203
install-doc:
203
install-doc:
204
	mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir)
204
	mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir)
205
	install -m 644 addons/* $(DESTDIR)$(addondir)
205
	install -m 644 addons/* $(DESTDIR)$(addondir)
206
	install -m 644 AUTHORS Contribute COPYING NEWS ChangeLog Export.README README INSTALL $(DESTDIR)$(docdir)
206
	install -m 644 AUTHORS Contribute NEWS ChangeLog Export.README README $(DESTDIR)$(docdir)
207
	install -m 644 doc/* $(DESTDIR)$(docdir)
207
	install -m 644 doc/* $(DESTDIR)$(docdir)

Return to bug 468680