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