COPY-CVSMK(1) | User Commands | COPY-CVSMK(1) |
copy-cvsmk - Copies cvs.mk (A generator for .cvsignore) to current dir
copy-cvsmk.PP Copies the in /usr/share/ignore-me installed cvs.mk into the current dir.
make -f ./cvs.mk.PP Installs the reference to the new cvs.mk into all Makefile.am of your project.
copy-cvsmk copies the installed cvs.mk into the current dir. After launching make -f ./cvs.mk you can use the next rules inside your Makefile.am:
$(CVSIGNORE_MAINTAINERCLEANFILES_TOPLEVEL)
$(CVSIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN)
$(CVSIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL)
$(CVSIGNORE_MAINTAINERCLEANFILES_M4_GETTEXT)
This Rules can used in your MAINTAINERCLEANFILES variable for cleanup.
Place Bugs on: https://bugs.launchpad.net/ignore-me.
Place Feature Requests on: https://blueprints.launchpad.net/ignore-me.
The Projectpage: https://launchpad.net/ignore-me.
ignore-me |