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

(-)file_not_specified_in_diff (-6 / +1 lines)
Line  Link Here
0
-- SCRIBES/Makefile.am
0
++ SCRIBES/Makefile.am
Lines 15-25 Link Here
15
	rm -f $(python_files) $(python_files).tmp
15
	rm -f $(python_files) $(python_files).tmp
16
	$(edit) $(python_in_files) > $(python_files).tmp
16
	$(edit) $(python_in_files) > $(python_files).tmp
17
	mv $(python_files).tmp $(python_files)
17
	mv $(python_files).tmp $(python_files)
18
	if [ -d $(scribesdir) ]; then \
19
		echo "removing " $(scribesdir) ;\
20
		rm -rf $(scribesdir) ;\
21
		echo "removed " $(scribesdir) ;\
22
	fi
23
18
24
scribes_PYTHON = \
19
scribes_PYTHON = \
25
	info.py \
20
	info.py \

Return to bug 350939