Switch to unified view

a/src/Makefile.in b/src/Makefile.in
1
# @(#$Id: Makefile.in,v 1.4 2006-02-21 12:56:55 dockes Exp $  (C) 2005 J.F.Dockes
1
# @(#$Id: Makefile.in,v 1.5 2006-04-30 07:23:29 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@
...
...
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 \
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
51
51
# recollinstall can be executed by the user and will compute 'normal'
52
# recollinstall can be executed by the user and will compute 'normal'
52
# values for bindir etc., relative to the prefix argument.  When executed
53
# values for bindir etc., relative to the prefix argument.  When executed
53
# here, we pass a bunch of variables in the environment, the values will
54
# here, we pass a bunch of variables in the environment, the values will
54
# override the computed defaults.
55
# override the computed defaults.