dist: remove apparently unused python/recoll/Makefile
This commit is contained in:
parent
58a568fb14
commit
dbc77b3129
@ -536,7 +536,6 @@ python/pychm/recollchm/extra.c \
|
|||||||
python/pychm/recollchm/swig_chm.c \
|
python/pychm/recollchm/swig_chm.c \
|
||||||
python/pychm/recollchm/swig_chm.i \
|
python/pychm/recollchm/swig_chm.i \
|
||||||
python/pychm/setup.py.in \
|
python/pychm/setup.py.in \
|
||||||
python/recoll/Makefile \
|
|
||||||
python/recoll/pyrclextract.cpp \
|
python/recoll/pyrclextract.cpp \
|
||||||
python/recoll/pyrecoll.cpp \
|
python/recoll/pyrecoll.cpp \
|
||||||
python/recoll/pyrecoll.h \
|
python/recoll/pyrecoll.h \
|
||||||
@ -755,6 +754,8 @@ dist_man5_MANS = doc/man/recoll.conf.5
|
|||||||
dist-hook:
|
dist-hook:
|
||||||
(cd $(top_srcdir); find . \
|
(cd $(top_srcdir); find . \
|
||||||
\( -name '*.pyc' -o -name '#*' -o -name '*~' \) -delete)
|
\( -name '*.pyc' -o -name '#*' -o -name '*~' \) -delete)
|
||||||
test -z "`git status -s | grep -v '??' | grep -v Makefile.am`"
|
if test -z "$(NOTAG)";then \
|
||||||
vers=`echo $(VERSION) | sed -e 's/~/_/g'`;\
|
test -z "`git status -s|grep -v recoll-$(VERSION)`"||exit 1; \
|
||||||
git tag -a RECOLL-$$vers -m "Release $$vers tagged"
|
vers=`echo $(VERSION) | sed -e 's/~/_/g'`;\
|
||||||
|
git tag -a RECOLL-$$vers -m "Release $$vers tagged"; \
|
||||||
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user