mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
good-bye and thanks, autotools
This commit is contained in:
parent
cf6bc31172
commit
b8736225cf
64 changed files with 118 additions and 3866 deletions
25
MANIFEST.in
Normal file
25
MANIFEST.in
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
global-include meson.build
|
||||
|
||||
recursive-include src *.c *.h meson.build
|
||||
recursive-include src/perl *.c *.h *.xs *.pm *.pl typemap meson.build
|
||||
recursive-include tests *.c meson.build
|
||||
|
||||
include meson_options.txt
|
||||
|
||||
include subprojects/*.wrap
|
||||
prune subprojects/*/
|
||||
|
||||
include utils/*.pl utils/*.sh
|
||||
exclude utils/make-dist.sh
|
||||
|
||||
include irssi.conf
|
||||
include themes/*.theme
|
||||
include docs/*.1 docs/*.txt docs/*.html
|
||||
include docs/help/in/[a-z]*.in
|
||||
include scripts/*.pl scripts/examples/*.pl
|
||||
|
||||
include NEWS
|
||||
|
||||
prune Build
|
||||
prune dist
|
||||
prune *.egg-info
|
||||
Loading…
Add table
Add a link
Reference in a new issue