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

Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 1-6 Link Here
1
%.py: %.ui
1
%.py: %.ui
2
	pyuic $< > $@
2
	pyuic $< > $@
3
	
3
4
targets= \
4
targets= \
5
 uicmainwindow.py \
5
 uicmainwindow.py \
6
 uicaboutdlg.py \
6
 uicaboutdlg.py \
Lines 11-17 Link Here
11
 uictextmarginsdlg.py \
11
 uictextmarginsdlg.py \
12
 uiccollaborationwidget.py \
12
 uiccollaborationwidget.py \
13
 uicservercontrol.py
13
 uicservercontrol.py
14
 
14
15
all: $(targets) icons
15
all: $(targets) icons
16
16
17
icons:
17
icons:
Lines 27-29 Link Here
27
	rm -rf *~
27
	rm -rf *~
28
	rm -rf noname_*.kg
28
	rm -rf noname_*.kg
29
29
30
install:
31
	cp konzept $(DESTDIR)
32
	cp konzept_server $(DESTDIR)
33
	cp statistics $(DESTDIR)
34
	cp profileit.py $(DESTDIR)
35
	cp *.py $(DESTDIR)

Return to bug 138410