From 4b76965a958ac57f657477a06444dd564be6828c Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 9 May 2005 17:18:37 +0000 Subject: [PATCH] - add twiki to internal build --- plc.mk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plc.mk b/plc.mk index 4d91f346..4bf9eedd 100644 --- a/plc.mk +++ b/plc.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.64 2005/05/04 19:14:58 mlhuang Exp $ +# $Id: plc.mk,v 1.1 2005/05/04 21:47:56 mlhuang Exp $ # # Default target @@ -90,6 +90,15 @@ spamassassin-MODULE := spamassassin spamassassin-SPEC := spamassassin/spamassassin.spec ALL += spamassassin +# +# TWiki +# + +twiki-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs +twiki-MODULE := twiki +twiki-SPEC := twiki/TWiki.spec +ALL += twiki + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0