summaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-30 02:43:26 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-30 14:48:13 +0200
commit81c2c3bfec32f0a83abe6b938db11418d71a22db (patch)
treec3cb3e2f719725331687fe690a48e70abdea89ef /man/Makefile.am
parent902b9a71e2b4984ea88fdaf7b40acf034b69a454 (diff)
downloadvirt-viewer-81c2c3bfec32f0a83abe6b938db11418d71a22db.tar.gz
virt-viewer-81c2c3bfec32f0a83abe6b938db11418d71a22db.tar.xz
virt-viewer-81c2c3bfec32f0a83abe6b938db11418d71a22db.zip
build-sys: use git.mk to generate gitignore
This makefile is just fantastic, it forces you into good practices, support various build targets (my windows builddir ignore the right files etc..) The more I use it, the more I like it.
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 09ca502..d6f709c 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -14,3 +14,5 @@ DISTCLEANFILES = $(man_MANS)
%.1: %.pod
pod2man $< > $@
+
+-include $(top_srcdir)/git.mk