diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-06-04 16:51:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-06-04 16:51:06 +0200 |
commit | 7f4e4b77eea0d1c22c4ce12950a472b6480acfe5 (patch) | |
tree | 0dde62c4ecb0852768f76da04bfd63f5505a5c37 /Makefile.am | |
parent | 765904ceb66db8abeebd0882c54634ee389c89c2 (diff) | |
download | patches-7f4e4b77eea0d1c22c4ce12950a472b6480acfe5.tar patches-7f4e4b77eea0d1c22c4ce12950a472b6480acfe5.tar.gz |
gnu: Add WordNet.
* gnu/packages/wordnet.scm: New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 809e7d666e..9f106a27fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,6 +202,7 @@ MODULES = \ gnu/packages/wdiff.scm \ gnu/packages/wget.scm \ gnu/packages/which.scm \ + gnu/packages/wordnet.scm \ gnu/packages/xlockmore.scm \ gnu/packages/xml.scm \ gnu/packages/xorg.scm \ |