swish/commit

Added pcache and wordnet packs

authorJan Wielemaker
Thu May 3 14:01:23 2018 +0200
committerJan Wielemaker
Thu May 3 14:01:23 2018 +0200
commitb51a3c60c14bc904699adffb200b6dea19283c3c
tree897431c720939b7a632c3b1ef0a988ca2da2cddb
parent58a047979f715bb72668f4642f8aecef46e41582
Diff style: patch stat
diff --git a/Makefile b/Makefile
index 0837f82..5dbcea8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 FONTDIR=web/bower_components/bootstrap/dist/fonts
 PACKDIR=lib/swish/pack
-PACKS=profile smtp
+PACKS=profile smtp wordnet pcache
 DIRS=lib/swish lib/swish/render lib/swish/plugin $(PACKDIR) \
      web/icons web/help client $(FONTDIR) \
      web/bower_components/codemirror/mode/htmlmixed \
@@ -27,7 +27,9 @@ PLUGIN=email.pl profile.pl notify.pl login.pl
 GITTY=config-available/gitty/Hangout.swinb
 PACKFILES0=profile/pack.pl profile/prolog/user_profile.pl \
 	   profile/prolog/profile/backend/profile_prolog.pl \
-	   smtp/pack.pl smtp/prolog/smtp.pl
+	   smtp/pack.pl smtp/prolog/smtp.pl \
+	   wordnet/pack.pl wordnet/prolog/wn.pl wordnet/prolog/wn_portray.pl \
+	   pcache/pack.pl pcache/prolog/signature.pl
 PACKFILES=$(addprefix $(PACKDIR)/, $(PACKFILES0))
 LIBS=	$(addprefix lib/swish/, $(SWISHLIB)) \
 	$(addprefix lib/swish/render/, $(RENDER)) \