Author: jim
Date: Fri May 23 13:21:32 2014
New Revision: 1597088
URL: http://svn.apache.org/r1597088
Log:
Update w/ subs
Modified:
steve/trunk/cmdline/Makefile
Modified: steve/trunk/cmdline/Makefile
URL:
http://svn.apache.org/viewvc/steve/trunk/cmdline/Makefile?rev=1597088&r1=1597087&r2=1597088&view=diff
==============================================================================
--- steve/trunk/cmdline/Makefile (original)
+++ steve/trunk/cmdline/Makefile Fri May 23 13:21:32 2014
@@ -52,12 +52,10 @@ install-make_issue: make_issue
rm -f $(INSTALLBIN)/make_issue $(INSTALLBIN)/make_issue.pl
cp -p make_issue.pl $(INSTALLBIN)/make_issue.pl
cp -p make_issue $(INSTALLBIN)/make_issue
- cp -p ballots.pm $(INSTALLBIN)/ballots.pm
- cp -p randomize.pm $(INSTALLBIN)/randomize.pm
+ cp -p steve.pm $(INSTALLBIN)/steve.pm
chmod 700 $(INSTALLBIN)/make_issue.pl
chmod 6755 $(INSTALLBIN)/make_issue
- chmod 644 $(INSTALLBIN)/ballots.pm
- chmod 644 $(INSTALLBIN)/randomize.pm
+ chmod 644 $(INSTALLBIN)/steve.pm
install-vote: vote
rm -f $(INSTALLBIN)/vote $(INSTALLBIN)/vote.pl