diff options
Diffstat (limited to 'qi')
-rwxr-xr-x | qi | 37 |
1 files changed, 8 insertions, 29 deletions
@@ -1,41 +1,20 @@ #!/usr/bin/env ruby =begin - Common Rakefile, Rantfile installer for SiSU - softlink Rakefile and Rantfile to this file - * Homepage: <http://www.jus.uio.no/sisu/SiSU> - <http://search.sisudoc.org> - * Download: <http://www.jus.uio.no/sisu/download> - - Copyright (C) 2007 Ralph Amissah - - * License: LGPL - GNU Lesser General Public License - [same license as Rant provided within the Rant package] +** Description: - * Ralph Amissah <ralph@amissah.com> - Ralph Amissah <ralph.amissah@gmail.com> - - Rake is a Ruby build program by Jim Weirich - * Rake may be downloaded and installed from: - <http://rake.rubyforge.org/> +** Homepage: <http://www.jus.uio.no/sisu/SiSU> + <http://search.sisudoc.org> +** Download: <http://www.jus.uio.no/sisu/download> - Rant is a Ruby build program by Stefan Lang - * Rant may be downloaded and installed from: - <http://make.rubyforge.org/> +** Copyright: (C) 2007 - 2015 Ralph Amissah - Notes on use: - [if rake is preferred and installed] - rake -T - [if rant is preferred and installed] - rant -T +** License: - SiSU can also be Setup/Installation using: - * Minero Aoki's setup.rb, provided along with SiSU, or +** Ralph Amissah <ralph@amissah.com> + Ralph Amissah <ralph.amissah@gmail.com> =end -#%% produce a makefile suitable for the target platform -#require 'mkmf' -#create_makefile("sisu") #% manual settings, edit/update as required (note current default settings are obtained from sisu version yml file) begin require 'thor' |