Remove doxygen directory reference file

This commit is contained in:
Orion Poplawski 2013-08-16 16:28:33 -06:00
parent aed6def2b2
commit c999140941

View File

@ -459,6 +459,8 @@ popd
%if 0%{?doxydoc}
mv %{buildroot}%{_defaultdocdir}/torque-drmaa/man/man3/* %{buildroot}%{_mandir}/man3/.
# Remove strange doxygen directory reference file
rm %{buildroot}%{_mandir}/man3/_*
rm -rf %{buildroot}%{_defaultdocdir}/torque-drmaa/html/*
rm -rf %{buildroot}%{_defaultdocdir}/torque-drmaa/latex/*
# Include drmaa.pdf later from the src tree.