table of contents
COPY-BZRMK(1) | User Commands | COPY-BZRMK(1) |
NAME¶
copy-bzrmk - Copies bzr.mk (A generator for .bzrignore) to current dir
SYNOPSIS¶
copy-bzrmk.PP Copies the in /usr/share/ignore-me installed bzr.mk into the current dir.
make -f ./bzr.mk.PP Installs the reference to the new bzr.mk into all Makefile.am of your project.
DESCRIPTION¶
copy-bzrmk copies the installed bzr.mk into the current dir. After launching make -f ./bzr.mk you can use the next rules inside your Makefile.am:
$(BZRIGNORE_MAINTAINERCLEANFILES_TOPLEVEL)
$(BZRIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN)
$(BZRIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL)
$(BZRIGNORE_MAINTAINERCLEANFILES_M4_GETTEXT)
This Rules can used in your MAINTAINERCLEANFILES variable for cleanup.
BUGS¶
Place Bugs on: https://bugs.launchpad.net/ignore-me.
FEATURE REQUESTS¶
Place Feature Requests on: https://blueprints.launchpad.net/ignore-me.
SEE ALSO¶
The Projectpage: https://launchpad.net/ignore-me.
ignore-me |