[Python-checkins] r42216 - sandbox/trunk/pycon/Makefile

andrew.kuchling python-checkins at python.org
Wed Feb 1 01:23:07 CET 2006


Author: andrew.kuchling
Date: Wed Feb  1 01:23:05 2006
New Revision: 42216

Modified:
   sandbox/trunk/pycon/Makefile
Log:
Add target to make iCal file

Modified: sandbox/trunk/pycon/Makefile
==============================================================================
--- sandbox/trunk/pycon/Makefile	(original)
+++ sandbox/trunk/pycon/Makefile	Wed Feb  1 01:23:05 2006
@@ -2,3 +2,7 @@
 html:
 	./parse_sched.py --format=html <FinalSchedule  >schedule.html
 
+# Make iCal file and put it in web tree; only works on AMK's Mac.
+WEBROOT=$$HOME/source/p/pydotorg/pydotorg/pycon/2006
+ical:
+	./parse_sched.py --format=ical <FinalSchedule  >$(WEBROOT)/schedule.ics


More information about the Python-checkins mailing list