summaryrefslogtreecommitdiff
path: root/xmlhelp/Makefile
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-07 16:12:22 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-07 16:18:26 +0200
commit69bd2f3630d83dbcab4cfb9d9ff7ccc6b7f2a139 (patch)
treec1c340f11b6e6802c0d30cd163374fc6756b1127 /xmlhelp/Makefile
parent22c60cbbfbee2aaae9710af020e150a30a17a49e (diff)
gbuildize xmlhelp
Diffstat (limited to 'xmlhelp/Makefile')
-rw-r--r--xmlhelp/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/xmlhelp/Makefile b/xmlhelp/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/xmlhelp/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: