install gajim-history-manager to bin directory, remove shebang line in py files. Fixes #4624

This commit is contained in:
Yann Leboulanger 2009-01-06 07:16:07 +00:00
parent cb10c4e4ea
commit 13e6b4e58f
5 changed files with 6 additions and 6 deletions

View File

@ -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 \

View File

@ -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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
## src/gajim-remote.py
##

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
## src/gajim.py
##

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
## src/history_manager.py
##