diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-15 04:00:40 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-15 04:00:40 +0100 |
| commit | f40972938df392d245c9b5a910d22243def6f9c5 (patch) | |
| tree | e5f304ec15e3441d9338250368ae688026af5c0f /lib/chaos_calendar/gen.sh | |
| parent | c9fa047402fdc009319dca7b05455e8ce73eaee7 (diff) | |
ruby wrapper around libical
Diffstat (limited to 'lib/chaos_calendar/gen.sh')
| -rw-r--r-- | lib/chaos_calendar/gen.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/chaos_calendar/gen.sh b/lib/chaos_calendar/gen.sh new file mode 100644 index 00000000..2f5351a0 --- /dev/null +++ b/lib/chaos_calendar/gen.sh | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | rm -f Makefile *.o *wrap.c* | ||
| 4 | swig -ruby ical_occurrences.i | ||
| 5 | ruby extconf.rb | ||
| 6 | make | ||
