Move xml2ics.pl into scripts/.

This commit is contained in:
Michael Spang 2007-07-07 04:03:27 -04:00
parent ec94ebab79
commit 3b96cacb21
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ books.xml:
echo '</booklist>' >> $@
events.ics:
perl xml2ics.pl events.xml > events.ics
perl scripts/xml2ics.pl events.xml > events.ics
include default.mk