Sha256: f406a7a837b47e37f51737f4f49e4dfae687e9489305de515b4cf31286fbc9ff
Contents?: true
Size: 591 Bytes
Versions: 6
Compression:
Stored size: 591 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.md @echo Generating documentation @$(RUBY) -e 'File.open("README.md") { |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 " */" } }'.md
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
rice-3.0.0 | Makefile.am |
rice2-2.2.1 | Makefile.am |
rice2-2.2.0 | Makefile.am |
rice-2.2.0 | Makefile.am |
rice-2.1.3 | Makefile.am |
rice-2.1.2 | Makefile.am |