»   »   »


Roqet Makefile Menu v1.2

   Roqet Makefile Menu is a utility that creates a menu and launches commands 
   found in a makefile.

An Example Makefile

   # this is a makefile to build roqet web pages
   # a useful tag to remember are the "exit" tag at the top (this isn't 
   # essential but it helps to have a quick exit option on your menu).
   # IF you don't like this, comment-out the line in makefile_menu.pl 
   # after the line: "# disable if you don't like to use 0 as an exit"
 
   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


ChangeLog

   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


Author

   roqet <http://www.roqet.org>;

index


Copyright

   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

© Roqet :: 2022-03-01 16:07:35