Skip to content

Commit

Permalink
[ssu] Fix autogenerated doxygen documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Wachter committed Apr 29, 2013
1 parent fa51c31 commit 17085c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/ssu.spec
Expand Up @@ -138,15 +138,15 @@ Group: Documentation
mkdir -p build && cd build
qmake DEFINES+='TARGET_ARCH=\\\"\"%{_target_cpu}\"\\\"' -recursive ..
make %{?_smp_mflags}
doxygen ../doc/Doxyfile
cd .. && doxygen doc/Doxyfile


%install
cd build && make INSTALL_ROOT=%{buildroot} install
mkdir -p %{buildroot}/%{_sysconfdir}/zypp/credentials.d
ln -s %{_bindir}/ssu %{buildroot}/%{_bindir}/rndssu
mkdir -p %{buildroot}/%{_docdir}/%{name}
cp -R doc/html/* %{buildroot}/%{_docdir}/%{name}/
cd .. && cp -R doc/html/* %{buildroot}/%{_docdir}/%{name}/


%pre
Expand Down

0 comments on commit 17085c2

Please sign in to comment.