summaryrefslogtreecommitdiffstats
path: root/rules/host-gtk-doc.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-gtk-doc.make')
-rw-r--r--rules/host-gtk-doc.make25
1 files changed, 25 insertions, 0 deletions
diff --git a/rules/host-gtk-doc.make b/rules/host-gtk-doc.make
index 6cf042532..2fa156797 100644
--- a/rules/host-gtk-doc.make
+++ b/rules/host-gtk-doc.make
@@ -39,6 +39,31 @@ $(HOST_GTK_DOC_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
+$(STATEDIR)/host-gtk-doc.prepare:
+ @$(call targetinfo)
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
+# Compile
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-gtk-doc.compile:
+ @$(call targetinfo)
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
+# Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-gtk-doc.install:
+ @$(call targetinfo)
+ install -D "$(HOST_GTK_DOC_DIR)/gtk-doc.m4" "$(PTXDIST_SYSROOT_HOST)/share/aclocal"
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
#
# autoconf
#