Roqet Makefile Menu is a utility that creates a menu and launches commands
found in a makefile.
exit:
echo bye!
all: roqdocbuild_help makefile_menu_help
echo roqet build complete
roqdocbuild_help:
pod2text roqdocbuild.pl
makefile_menu_help:
pod2text makefile_menu.pl
help:
echo read makefile, and type "make xxx" or "make all"
index
2006-09-25 :: 1.0 :: initial release
2006-09-27 :: 1.1 :: modified pod
2007-06-12 :: 1.2 :: added ability to run makefiles by another name
index
roqet <http://www.roqet.org>
index
Roqet Makefile Menu Perl script copyright 2007 roqet <http://www.roqet.org>.
Roqet Makefile Menu et al can be distributed and modified under the terms of
the GNU General Public License: http://www.gnu.org/copyleft/gpl.html
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
GNU General Public License for more details.
Updates and other scripts and software available at:
http://www.roqet.org/software.html
~~~
'l'
-
index