4 Nov
2013
4 Nov
'13
22:56
https://bugzilla.novell.com/show_bug.cgi?id=641199 https://bugzilla.novell.com/show_bug.cgi?id=641199#c5 --- Comment #5 from Christopher Yeleighton <giecrilj@stegny.2a.pl> 2013-11-04 22:56:28 UTC --- So here is the plan (comments welcome): %package rpm-doc %build mkdir manual cd manual h="$PWD" cd %{_defaultdocdir}/rpm/manual for f in * do ln -sT "$PWD/$f" "$h/$f.c" done cd "$h" doxygen -g # edit Doxyfile # set PROJECT_* to reasonable values # set INPUT = . doxygen rm *.c Doxyfile and then %files %doc manual I did %build, the result looks all right -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.