From: Mark Huang Date: Mon, 9 May 2005 17:18:37 +0000 (+0000) Subject: - add twiki to internal build X-Git-Tag: planetlab-3_1-branch-point~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4b76965a958ac57f657477a06444dd564be6828c;p=build.git - add twiki to internal build --- 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