|
a/src/Makefile.am |
|
b/src/Makefile.am |
|
... |
|
... |
509 |
python/recoll/Makefile.in \
|
509 |
python/recoll/Makefile.in \
|
510 |
python/recoll/pyrclextract.cpp \
|
510 |
python/recoll/pyrclextract.cpp \
|
511 |
python/recoll/pyrecoll.cpp \
|
511 |
python/recoll/pyrecoll.cpp \
|
512 |
python/recoll/pyrecoll.h \
|
512 |
python/recoll/pyrecoll.h \
|
513 |
python/recoll/recoll/__init__.py \
|
513 |
python/recoll/recoll/__init__.py \
|
|
|
514 |
python/recoll/recoll/conftree.py \
|
514 |
python/recoll/recoll/rclconfig.py \
|
515 |
python/recoll/recoll/rclconfig.py \
|
515 |
python/recoll/setup.py.in \
|
516 |
python/recoll/setup.py.in \
|
516 |
python/samples/docdups.py \
|
517 |
python/samples/docdups.py \
|
517 |
python/samples/mutt-recoll.py \
|
518 |
python/samples/mutt-recoll.py \
|
518 |
python/samples/rcldlkp.py \
|
519 |
python/samples/rcldlkp.py \
|
|
... |
|
... |
679 |
filters/recoll-we-move-files.py \
|
680 |
filters/recoll-we-move-files.py \
|
680 |
filters/ppt-dump.py \
|
681 |
filters/ppt-dump.py \
|
681 |
filters/xls-dump.py \
|
682 |
filters/xls-dump.py \
|
682 |
filters/xlsxmltocsv.py \
|
683 |
filters/xlsxmltocsv.py \
|
683 |
filters/msodump.zip \
|
684 |
filters/msodump.zip \
|
|
|
685 |
python/recoll/recoll/conftree.py \
|
684 |
python/recoll/recoll/rclconfig.py
|
686 |
python/recoll/recoll/rclconfig.py
|
685 |
|
687 |
|
686 |
install-data-hook:
|
688 |
install-data-hook:
|
687 |
(cd $(DESTDIR)/$(filterdir); \
|
689 |
(cd $(DESTDIR)/$(filterdir); \
|
688 |
chmod a+x rcl* ppt-dump.py xls-dump.py xlsxmltocsv.py hotrecoll.py; \
|
690 |
chmod a+x rcl* ppt-dump.py xls-dump.py xlsxmltocsv.py hotrecoll.py; \
|
689 |
chmod a+x recoll-we-move-files.py; \
|
691 |
chmod a+x recoll-we-move-files.py; \
|
690 |
chmod 0644 msodump.zip rclexecm.py rcllatinstops.zip rclconfig.py rclmidi.py)
|
692 |
chmod 0644 msodump.zip rclexecm.py rcllatinstops.zip \
|
|
|
693 |
rclconfig.py conftree.py rclmidi.py)
|
691 |
|
694 |
|
692 |
if MAKEUSERDOC
|
695 |
if MAKEUSERDOC
|
693 |
rdocdir = $(pkgdatadir)/doc
|
696 |
rdocdir = $(pkgdatadir)/doc
|
694 |
rdoc_DATA = doc/user/usermanual.html doc/user/docbook-xsl.css
|
697 |
rdoc_DATA = doc/user/usermanual.html doc/user/docbook-xsl.css
|
695 |
doc/user/usermanual.html: doc/user/usermanual.xml
|
698 |
doc/user/usermanual.html: doc/user/usermanual.xml
|