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

(-)sci-electronics/kicad/kicad-6.0.0.ebuild (-2 / +2 lines)
Lines 123-129 Link Here
123
src_compile() {
123
src_compile() {
124
	cmake_src_compile
124
	cmake_src_compile
125
	if use doc; then
125
	if use doc; then
126
		cmake_src_compile dev-docs doxygen-docs
126
		cmake_src_compile doxygen-docs
127
	fi
127
	fi
128
}
128
}
129
129
Lines 142-148 Link Here
142
	if use doc ; then
142
	if use doc ; then
143
		dodoc uncrustify.cfg
143
		dodoc uncrustify.cfg
144
		cd Documentation || die
144
		cd Documentation || die
145
		dodoc -r *.txt kicad_doxygen_logo.png notes_about_pcbnew_new_file_format.odt doxygen/. development/doxygen/.
145
		dodoc -r *.txt kicad_doxygen_logo.png notes_about_pcbnew_new_file_format.odt doxygen/. 
146
	fi
146
	fi
147
}
147
}
148
148

Return to bug 827442