table of contents
COPY-GITMK(1) | User Commands | COPY-GITMK(1) |
NAME¶
copy-gitmk - Copies git.mk (A generator for .gitignore) to current dir
SYNOPSIS¶
copy-gitmk.PP Copies the in /usr/share/ignore-me installed git.mk into the current dir.
make -f ./git.mk.PP Installs the reference to the new git.mk into all Makefile.am of your project.
DESCRIPTION¶
copy-gitmk copies the installed git.mk into the current dir. After launching make -f ./git.mk you can use the next rules inside your Makefile.am:
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL)
$(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN)
$(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL)
$(GITIGNORE_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 |