COPY-HGMK(1) | User Commands | COPY-HGMK(1) |
copy-hgmk - Copies hg.mk (A generator for .hgignore) to current dir
copy-hgmk.PP Copies the in /usr/share/ignore-me installed hg.mk into the current dir.
make -f ./hg.mk.PP Installs the reference to the new hg.mk into all Makefile.am of your project.
copy-hgmk copies the installed hg.mk into the current dir. After launching make -f ./hg.mk you can use the next rules inside your Makefile.am:
$(HGIGNORE_MAINTAINERCLEANFILES_TOPLEVEL)
$(HGIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN)
$(HGIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL)
$(HGIGNORE_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 |