# -*- dokl: A2eRubyMake; mode: makefile; coding: utf-8 -*-
# Time-stamp: <2008-02-29 09:55:29 phm>

DOK := a2e_ruby_pub
DIR := /adv/ruby
URL := http://a2e.de/adv/ruby
TIT := 本社紅寶程序
CONV := deplate
# ALL_EXTRA := doktop.html
# CLEAN_EXTRA :=
PHONY_EXTRA := gems
# INSTALL_EXTRA := ical

ETCDIR := /usr/lib/ruby/site_ruby
include a2e/defs.mk

BINS := hello.rb
ETCS := a2e_deplate.rb

include a2e/install.mk

GEMS := ruby-postgres deplate ruby-breakpoint character-encodings
gems:
	sudo gem install ${GEMS}
#EOT
