== BULLDOZER NAUTILUS EXTENSION ==
Copyright (C) 2005 Mathias Hasselmann <mathias@taschenorakel.de> Distributed under the terms of the GNU General Public License 2.0
INTRODUCTION
Bulldozer is an extension for the Nautilus File Manager integrating your build system. If it finds some build script in your current directory, it extends Nautilus by buttons and menu entries for accessing the build targets found in the build script.
Currently only make scripts are supported, but support for alternate tools like Ant and NAnt is planed.
BUILD INSTRUCTIONS
For building the extension you need some C compiler - GNU compiler collection prefered, GNU make and a recent version of Nautilus. Test is release 2.10.1, but as the extension mechanism used exists since release 2.6, some of those releases might be sufficient.
If you have those programs calling "make install" in the package's top-level directory should be sufficient to get the beast installed. No autobreak voodoo involved.
(TODO: If you want Bulldozer to put all of its menu entries into a submenu, you'll have to wait for Nautilus 2.14, or you patch your Nautilus with the patch attached to GNOME-Bug 314579. The patch also can be found in the "documentation" folder of this package.)
RESOURCES
- BULLDOZER http://taschenorakel.de/mathias/bulldozer/
- NAUTILUS FILE MANAGER http://www.gnome.org/projects/nautilus/
- APACHE ANT http://ant.apache.org/
- NANT http://nant.sf.net/
- GNU COMPILER COLLECTION http://www.gnu.org/software/gcc/
- GNU MAKE http://www.gnu.org/software/make/
- GNOME-BUG 314579 http://bugs.gnome.org/show_bug.cgi?id=314579
