Remove unused target in Makefile

This commit is contained in:
David Bartley 2007-11-14 22:57:42 -05:00
parent 299aa5f9e7
commit 9d498bcc71
1 changed files with 0 additions and 7 deletions

View File

@ -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 '<?xml version='\''1.0'\''?>' > $@
echo '<memberlist>' >> $@
ceoquery memberlist | sort | awk -F \| '{ name = $$1; program = $$2; userid = $$3; gsub(/&/, "\\&amp;", name); gsub(/&/, "\\&amp;", program); gsub(/"/, "\\&quot;", name); gsub(/"/, "\\&quot;", program); print "<member name=\"" name "\" program=\"" program "\" userid=\"" userid "\" />"; }' >> $@
echo '</memberlist>' >> $@
$(OUTDIR)index.html: events.xml news.xml