Codebase list ruby-fxruby / 0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main rdoc-sources / Makefile
0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main

Tree @0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main (Download .tar.gz)

Makefile @0bd958a8-dc25-4dc6-88ad-0eea1021b47d/mainraw · history · blame

SOURCES = *.rb \
        ../lib/fox/calendar.rb \
        ../lib/fox/chore.rb \
        ../lib/fox/core.rb \
        ../lib/fox/glgroup.rb \
        ../lib/fox/glshapes.rb \
        ../lib/fox/input.rb \
        ../lib/fox/iterators.rb \
        ../lib/fox/responder2.rb \
        ../lib/fox/scintilla.rb \
        ../lib/fox/signal.rb \
        ../lib/fox/timeout.rb \
        ../lib/fox/undolist.rb \
        ../lib/fox/version.rb

rdoc:
 @rdoc --op ../doc/api --main README.rdoc $(SOURCES) README.rdoc

ri:
 @rdoc --ri $(SOURCES)

clean:
 @rm -rf ../doc/api