This commit is contained in:
dockes 2008-09-07 07:08:41 +00:00
parent 1d566a1b9d
commit a2fe44217f

View File

@ -1,4 +1,4 @@
# @(#$Id: Makefile.in,v 1.13 2008-09-07 06:43:30 dockes Exp $ (C) 2005 J.F.Dockes
# @(#$Id: Makefile.in,v 1.14 2008-09-07 07:08:41 dockes Exp $ (C) 2005 J.F.Dockes
prefix = @prefix@
exec_prefix = @exec_prefix@
@ -48,7 +48,7 @@ clean:
rm -f qt4gui/Makefile qt4gui/preview/Makefile qt4gui/recoll
rm -f common/rclversion.h
rm -rf qtgui/.moc qtgui/.ui qtgui/confgui/.moc qtgui/confgui/.ui
rm -rf qt4gui/.moc qt4gui/.ui
rm -rf qtgui/.obj qt4gui/.moc qt4gui/.ui
(cd qt4gui; make -f uifrom3 clean)
# Note: we don't remove the top Makefile, to keep the "clean" targets
@ -60,6 +60,7 @@ distclean: clean
recollinstall \
lib/*.dep common/autoconfig.h \
wasabi/Makefile wasabi/client/Makefile wasabi/server/Makefile
rm -f bincimapmime/alldeps index/alldeps lib/alldeps query/alldeps
rm -rf autom4te.cache
maintainer-clean: distclean