a/src/Makefile.in b/src/Makefile.in
1
# @(#$Id: Makefile.in,v 1.5 2006-04-30 07:23:29 dockes Exp $  (C) 2005 J.F.Dockes
1
# @(#$Id: Makefile.in,v 1.6 2006-04-30 07:26:59 dockes Exp $  (C) 2005 J.F.Dockes
2
2
3
prefix = @prefix@
3
prefix = @prefix@
4
exec_prefix = @exec_prefix@
4
exec_prefix = @exec_prefix@
5
5
6
bindir = @bindir@
6
bindir = @bindir@
...
...
42
    @-cd qtgui; ${MAKE} clean
42
    @-cd qtgui; ${MAKE} clean
43
    rm -f qtgui/Makefile qtgui/preview/Makefile qtgui/recoll
43
    rm -f qtgui/Makefile qtgui/preview/Makefile qtgui/recoll
44
44
45
distclean: clean
45
distclean: clean
46
    rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
46
    rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
47
     qtgui/recoll.pro Makefile \
47
     qtgui/recoll.pro Makefile config.log config.status \
48
       recollinstall \
48
       recollinstall \
49
       doc/user/*.html* doc/user/*.txt doc/user/HTML.manifest \
49
       doc/user/*.html* doc/user/*.txt doc/user/HTML.manifest \
50
      lib/*.dep
50
      lib/*.dep
51
51
52
# recollinstall can be executed by the user and will compute 'normal'
52
# recollinstall can be executed by the user and will compute 'normal'