remove common files from share/gajim -
they are in share/doc/gajim
This commit is contained in:
parent
ae52cfee60
commit
c7d6261a99
1 changed files with 4 additions and 6 deletions
10
Makefile.am
10
Makefile.am
|
@ -4,19 +4,17 @@ ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
bin_SCRIPTS = scripts/gajim
|
bin_SCRIPTS = scripts/gajim
|
||||||
|
|
||||||
commonfilesdir = $(pkgdatadir)
|
|
||||||
commonfiles_DATA = COPYING \
|
|
||||||
THANKS \
|
|
||||||
AUTHORS
|
|
||||||
|
|
||||||
docfilesdir = $(docdir)
|
docfilesdir = $(docdir)
|
||||||
docfiles_DATA = README \
|
docfiles_DATA = README \
|
||||||
README.html \
|
README.html \
|
||||||
ChangeLog \
|
ChangeLog \
|
||||||
|
COPYING \
|
||||||
THANKS \
|
THANKS \
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(commonfiles_DATA) \
|
$(docfiles_DATA) \
|
||||||
autogen.sh \
|
autogen.sh \
|
||||||
intltool-extract.in \
|
intltool-extract.in \
|
||||||
intltool-merge.in \
|
intltool-merge.in \
|
||||||
|
|
Loading…
Add table
Reference in a new issue