Don't install the help docs, they are too outdated.

This commit is contained in:
Cole Robinson 2010-05-13 11:43:29 -04:00
parent bd55fbec50
commit 4738c898e5
3 changed files with 19 additions and 13 deletions

View File

@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4/ ACLOCAL_AMFLAGS = -I m4/
SUBDIRS = src pixmaps man po help tests SUBDIRS = src pixmaps man po tests
EXTRA_DIST = @PACKAGE@.spec HACKING COPYING-DOCS xmldocs.make omf.make \ EXTRA_DIST = @PACKAGE@.spec HACKING COPYING-DOCS xmldocs.make omf.make \
intltool-extract.in intltool-merge.in intltool-update.in intltool-extract.in intltool-merge.in intltool-update.in

View File

@ -16,14 +16,19 @@ AC_SUBST([VIRTINST_VERSION])
dnl ==================================== dnl ====================================
dnl = Begin tests for scrollkeeper dnl = Begin tests for scrollkeeper
dnl ==================================== dnl ====================================
AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no) # Help is so outdated, don't even distribute it
if test x$SCROLLKEEPER_CONFIG = xno; then #help/Makefile
AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package: http://scrollkeeper.sourceforge.net) #help/virt-manager/Makefile
fi #help/virt-manager/C/Makefile
#AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no)
#if test x$SCROLLKEEPER_CONFIG = xno; then
# AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package: http://scrollkeeper.sourceforge.net)
#fi
dnl ==================================== dnl ====================================
dnl = End tests for scrollkeeper dnl = End tests for scrollkeeper
dnl ==================================== dnl ====================================
AC_OUTPUT(Makefile AC_OUTPUT(Makefile
pixmaps/Makefile pixmaps/Makefile
pixmaps/hicolor/Makefile pixmaps/hicolor/Makefile
@ -40,7 +45,5 @@ AC_OUTPUT(Makefile
src/virtManager/Makefile src/virtManager/Makefile
man/Makefile man/Makefile
tests/Makefile tests/Makefile
virt-manager.spec virt-manager.spec)
help/Makefile
help/virt-manager/Makefile
help/virt-manager/C/Makefile)

View File

@ -103,12 +103,14 @@ gconftool-2 --makefile-install-rule \
update-desktop-database %{_datadir}/applications update-desktop-database %{_datadir}/applications
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q -o %{_datadir}/omf/%{name}; fi # Revive when we update help docs
#if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q -o %{_datadir}/omf/%{name}; fi
%postun %postun
update-desktop-database %{_datadir}/applications update-desktop-database %{_datadir}/applications
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi # Revive when we update help docs
#if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
%preun %preun
if [ "$1" -eq 0 ]; then if [ "$1" -eq 0 ]; then
@ -144,8 +146,9 @@ fi
%{_datadir}/%{name}/virtManager/*.py* %{_datadir}/%{name}/virtManager/*.py*
%{_datadir}/omf/%{name}/ # Revive when we update help docs
%{_datadir}/gnome/help/%{name} #%{_datadir}/omf/%{name}/
#%{_datadir}/gnome/help/%{name}
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/dbus-1/services/%{name}.service %{_datadir}/dbus-1/services/%{name}.service