From f8a0165d07b14ac0c877e638c86e0dc0a8905d8f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 22 Oct 2009 09:52:50 +0000 Subject: [build] Include git.mk in all Makefiles --- (limited to 'help/reference') diff --git a/help/reference/Makefile.am b/help/reference/Makefile.am index 6a042c8..1cbc430 100644 --- a/help/reference/Makefile.am +++ b/help/reference/Makefile.am @@ -1 +1,2 @@ -SUBDIRS = libdocument libview shell \ No newline at end of file +SUBDIRS = libdocument libview shell +-include $(top_srcdir)/git.mk diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am index c5d3e6d..ad4bc35 100644 --- a/help/reference/libdocument/Makefile.am +++ b/help/reference/libdocument/Makefile.am @@ -98,3 +98,5 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in EXTRA_DIST += version.xml.in + +-include $(top_srcdir)/git.mk diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am index 232cde7..1f9f94d 100644 --- a/help/reference/libview/Makefile.am +++ b/help/reference/libview/Makefile.am @@ -104,3 +104,5 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in EXTRA_DIST += version.xml.in + +-include $(top_srcdir)/git.mk diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am index 00eb73b..36be01b 100644 --- a/help/reference/shell/Makefile.am +++ b/help/reference/shell/Makefile.am @@ -128,3 +128,5 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in EXTRA_DIST += version.xml.in + +-include $(top_srcdir)/git.mk -- cgit v0.9.1