Switch to unified view

a/src/Makefile.am b/src/Makefile.am
...
...
71
common/rclinit.h \
71
common/rclinit.h \
72
common/textsplit.cpp \
72
common/textsplit.cpp \
73
common/textsplit.h \
73
common/textsplit.h \
74
common/unacpp.cpp \
74
common/unacpp.cpp \
75
common/unacpp.h \
75
common/unacpp.h \
76
common/unordered_defs.h \
77
common/uproplist.h \
76
common/uproplist.h \
78
index/beaglequeue.cpp \
77
index/beaglequeue.cpp \
79
index/beaglequeue.h \
78
index/beaglequeue.h \
80
index/bglfetcher.cpp \
79
index/bglfetcher.cpp \
81
index/bglfetcher.h \
80
index/bglfetcher.h \
...
...
316
kde/kioslave/kio_recoll/kio_recoll.h \
315
kde/kioslave/kio_recoll/kio_recoll.h \
317
kde/kioslave/kio_recoll/recollf.protocol \
316
kde/kioslave/kio_recoll/recollf.protocol \
318
kde/kioslave/kio_recoll/recollnolist.protocol \
317
kde/kioslave/kio_recoll/recollnolist.protocol \
319
kde/kioslave/kio_recoll/recoll.protocol \
318
kde/kioslave/kio_recoll/recoll.protocol \
320
\
319
\
321
query/wasaparse.cpp query/wasaparse.hpp query/y.tab.h \
322
query/location.hh  query/position.hh  query/stack.hh \
320
query/location.hh  query/position.hh  query/stack.hh \
323
\
321
\
324
qtgui/advsearch.ui \
322
qtgui/advsearch.ui \
325
qtgui/advsearch_w.cpp \
323
qtgui/advsearch_w.cpp \
326
qtgui/advsearch_w.h \
324
qtgui/advsearch_w.h \
...
...
559
doc/user/usermanual.html:
557
doc/user/usermanual.html:
560
    $(MAKE) -C doc/user
558
    $(MAKE) -C doc/user
561
559
562
dist_man1_MANS = doc/man/recoll.1 doc/man/recollq.1 doc/man/recollindex.1
560
dist_man1_MANS = doc/man/recoll.1 doc/man/recollq.1 doc/man/recollindex.1
563
dist_man5_MANS = doc/man/recoll.conf.5
561
dist_man5_MANS = doc/man/recoll.conf.5
562
563
dist-hook:
564
  if test ! -z "`hg status`";then echo Local directory is modified ; \
565
        exit 1; fi
566
  hg tag -f -m "Release $(VERSION) tagged" RECOLL-$(VERSION)