install gajim-history-manager to bin directory, remove shebang line in py files. Fixes #4624
This commit is contained in:
parent
cb10c4e4ea
commit
13e6b4e58f
5 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ else
|
||||||
OPTIONAL_BIN =
|
OPTIONAL_BIN =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
bin_SCRIPTS = scripts/gajim $(OPTIONAL_BIN)
|
bin_SCRIPTS = scripts/gajim scripts/gajim-history-manager $(OPTIONAL_BIN)
|
||||||
|
|
||||||
|
|
||||||
docfilesdir = $(docdir)
|
docfilesdir = $(docdir)
|
||||||
|
@ -29,14 +29,16 @@ EXTRA_DIST = \
|
||||||
gajim.nsi \
|
gajim.nsi \
|
||||||
setup_win32.py \
|
setup_win32.py \
|
||||||
scripts/gajim.in \
|
scripts/gajim.in \
|
||||||
scripts/gajim-remote.in
|
scripts/gajim-remote.in \
|
||||||
|
scripts/gajim-history-manager.in
|
||||||
|
|
||||||
DISTCLEANFILES = \
|
DISTCLEANFILES = \
|
||||||
intltool-extract \
|
intltool-extract \
|
||||||
intltool-merge \
|
intltool-merge \
|
||||||
intltool-update \
|
intltool-update \
|
||||||
scripts/gajim \
|
scripts/gajim \
|
||||||
scripts/gajim-remote
|
scripts/gajim-remote \
|
||||||
|
scripts/gajim-histrory-manager
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = \
|
MAINTAINERCLEANFILES = \
|
||||||
configure \
|
configure \
|
||||||
|
|
|
@ -201,6 +201,7 @@ AC_CONFIG_FILES([
|
||||||
src/osx/syncmenu/Makefile
|
src/osx/syncmenu/Makefile
|
||||||
scripts/gajim
|
scripts/gajim
|
||||||
scripts/gajim-remote
|
scripts/gajim-remote
|
||||||
|
scripts/gajim-history-manager
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding:utf-8 -*-
|
# -*- coding:utf-8 -*-
|
||||||
## src/gajim-remote.py
|
## src/gajim-remote.py
|
||||||
##
|
##
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding:utf-8 -*-
|
# -*- coding:utf-8 -*-
|
||||||
## src/gajim.py
|
## src/gajim.py
|
||||||
##
|
##
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding:utf-8 -*-
|
# -*- coding:utf-8 -*-
|
||||||
## src/history_manager.py
|
## src/history_manager.py
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Reference in a new issue