Codebase list ruby-fxruby / 4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a rdoc-sources / Makefile
4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a

Tree @4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

Makefile @4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2araw · 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