summaryrefslogtreecommitdiff
path: root/makefiles/nmake/doc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/nmake/doc.mk')
-rw-r--r--makefiles/nmake/doc.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/makefiles/nmake/doc.mk b/makefiles/nmake/doc.mk
new file mode 100644
index 0000000..bd9ee2d
--- /dev/null
+++ b/makefiles/nmake/doc.mk
@@ -0,0 +1,18 @@
+# makefile for a sub package
+#
+# requires:
+# - TOPDIR
+#
+# provides:
+# - target: help
+
+!INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk
+
+all: local_all
+
+test: local_test
+
+clean: local_clean
+
+help:
+ @more $(TOPDIR)\makefiles\nmake\dochelp.mk