ring: allow to initialize without memzone
[dpdk.git] / mk / rte.sdkdoc.mk
index d47a2b5..30712f4 100644 (file)
@@ -36,6 +36,11 @@ $(error "Cannot use T= with doc target")
 endif
 endif
 
+.PHONY: help
+help:
+       @cat $(RTE_SDK)/doc/build-sdk-quick.txt
+       @$(MAKE) -rR showconfigs | sed 's,^,\t\t\t\t,'
+
 .PHONY: all
 all: htmlapi
 
@@ -47,6 +52,8 @@ htmlapi: htmlapi-clean
        @echo 'doxygen for API...'
        $(Q)mkdir -p $(RTE_OUTPUT)/doc/html
        $(Q)(cat $(RTE_SDK)/doc/doxy-api.conf         && \
+           printf 'PROJECT_NUMBER = '                && \
+                             $(MAKE) -rR showversion && \
            echo OUTPUT_DIRECTORY = $(RTE_OUTPUT)/doc && \
            echo HTML_OUTPUT      = html/api          && \
            echo GENERATE_HTML    = YES               && \