diff options
author | Timo Sirainen <cras@irssi.org> | 2002-02-17 17:19:56 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-02-17 17:19:56 +0000 |
commit | 55235a9b3d0239679792105bbc1c14fb2d7bd011 (patch) | |
tree | 6c753a7d389801614f73cefc98f620c7f70697ec /Makefile.am | |
parent | a986764eec8b077476977aa456906fc9cdd186ed (diff) | |
download | irssi-55235a9b3d0239679792105bbc1c14fb2d7bd011.zip |
findsyntax.pl should be in dist as well..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2507 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f701c7fe..2a0e0e5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,8 @@ EXTRA_DIST = \ $(theme_DATA) \ irssi-config.in \ irssi-icon.png \ - syntax.pl + syntax.pl \ + findsyntax.pl ## make rpms rpm: Makefile |