summaryrefslogtreecommitdiff
path: root/builds/detect.mk
diff options
context:
space:
mode:
Diffstat (limited to 'builds/detect.mk')
-rw-r--r--builds/detect.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/builds/detect.mk b/builds/detect.mk
index 13525c47d..eeb1300bc 100644
--- a/builds/detect.mk
+++ b/builds/detect.mk
@@ -128,7 +128,8 @@ std_setup:
@echo "If this does not correspond to your system or settings please remove the file"
@echo "\`$(CONFIG_MK)' from this directory then read the INSTALL file for help."
@echo ""
- @echo "Otherwise, simply type \`$(MAKE)' again to build the library."
+ @echo "Otherwise, simply type \`$(MAKE)' again to build the library,"
+ @echo "or \`$(MAKE) refdoc' to build the API reference (the latter needs python)."
@echo ""
@$(COPY) $(CONFIG_RULES) $(CONFIG_MK)
@@ -150,6 +151,7 @@ dos_setup:
@echo '$(CONFIG_MK)' from this directory then read the INSTALL file for help.
@type builds\newline
@echo Otherwise, simply type 'make' again to build the library.
+ @echo or 'make refdoc' to build the API reference (the latter needs python).
@type builds\newline
@$(COPY) $(subst /,\,$(CONFIG_RULES) $(CONFIG_MK)) > nul