From 9d498bcc71c48cb2c31b07c70208e1a823e2b5f8 Mon Sep 17 00:00:00 2001 From: David Bartley Date: Wed, 14 Nov 2007 22:57:42 -0500 Subject: [PATCH] Remove unused target in Makefile --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index c0b6bf6..81f40a4 100644 --- a/Makefile +++ b/Makefile @@ -19,11 +19,4 @@ build: noroot mkoutdir common.mk $(OUTPUTS) force noroot: if test $$UID = 0; then echo "don't build as root!"; exit 1; fi -members.xml: - test -e /usr/bin/ceoquery || (echo 'Error: ceoquery not found'; exit 1) - echo '' > $@ - echo '' >> $@ - ceoquery memberlist | sort | awk -F \| '{ name = $$1; program = $$2; userid = $$3; gsub(/&/, "\\&", name); gsub(/&/, "\\&", program); gsub(/"/, "\\"", name); gsub(/"/, "\\"", program); print ""; }' >> $@ - echo '' >> $@ - $(OUTDIR)index.html: events.xml news.xml