mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
meson build support
This commit is contained in:
parent
fb85fdec5c
commit
db16a0a853
57 changed files with 1787 additions and 46 deletions
|
|
@ -39,6 +39,7 @@ foreach $file (@files) {
|
|||
}
|
||||
while (<docs/help/in/*.in>) {
|
||||
next if (/Makefile/);
|
||||
next if (/meson\.build/);
|
||||
|
||||
open (FILE, "$_");
|
||||
@data = <FILE>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue