Sha256: 88e26311e7972b0a21b6d896b4f6eec408f312c264a7b2d48acbc96237454227
Contents?: true
Size: 582 Bytes
Versions: 21
Compression:
Stored size: 582 Bytes
Contents
AUTOMAKE_OPTIONS = foreign 1.5 SUBDIRS = rice test sample ruby include doxygen.am doc: doxygen-doc noinst_EXTRA = rice/README.doxygen DX_EXTRA_DEPEND = rice/README.doxygen EXTRA_DIST = \ README.mingw \ post-autoconf.rb \ post-automake.rb \ bootstrap \ Doxyfile \ ruby.ac \ doxygen.ac \ doxygen.am \ doc rice/README.doxygen: README @echo Generating documentation @$(RUBY) -e 'File.open("README") { |i| File.open("rice/README.doxygen", "w") { |o| o.puts "/*! #{i.gets}"; i.each_line { |l| o.puts " * #{l}" if l !~ /^\\comment/ and l !~ /^vim:/ }; o.puts " */" } }'
Version data entries
21 entries across 21 versions & 5 rubygems