'\" t .\" Title: copy-gitmk .\" Author: Sascha Manns .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 12/16/2017 .\" Manual: User Commands .\" Source: ignore-me .\" Language: English .\" .TH "COPY\-GITMK" "1" "" "ignore-me" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" copy-gitmk \- Copies git\&.mk (A generator for \&.gitignore) to current dir .SH "SYNOPSIS" .HP \w'\fBcopy\-gitmk\fR\ 'u \fBcopy\-gitmk\fR.PP Copies the in /usr/share/ignore\-me installed git\&.mk into the current dir\&. .HP \w'\fBmake\ \-f\ \&./git\&.mk\fR\ 'u \fBmake \-f \&./git\&.mk\fR.PP Installs the reference to the new git\&.mk into all Makefile\&.am of your project\&. .SH "DESCRIPTION" .PP \fBcopy\-gitmk\fR copies the installed git\&.mk into the current dir\&. After launching \fBmake \-f \&./git\&.mk\fR you can use the next rules inside your Makefile\&.am: .PP $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) .RS 4 .RE .PP $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) .RS 4 .RE .PP $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) .RS 4 .RE .PP $(GITIGNORE_MAINTAINERCLEANFILES_M4_GETTEXT) .RS 4 .RE .PP This Rules can used in your MAINTAINERCLEANFILES variable for cleanup\&. .SH "BUGS" .PP Place Bugs on: https://bugs\&.launchpad\&.net/ignore\-me\&. .SH "FEATURE REQUESTS" .PP Place Feature Requests on: https://blueprints\&.launchpad\&.net/ignore\-me\&. .SH "SEE ALSO" .PP The Projectpage: https://launchpad\&.net/ignore\-me\&.