The doc aren't part of the usual build, so this got unnoticed.
In
c184dcb458 a dependency was added from the OpenACC on the LLVM
and Memref dialects, to generate the dialect doc we need to explicitly
ask for the `acc` dialect now.
add_mlir_dialect(OpenACCOps acc)
-add_mlir_doc(OpenACCOps OpenACCDialect Dialects/ -gen-dialect-doc)
+add_mlir_doc(OpenACCOps OpenACCDialect Dialects/ -gen-dialect-doc -dialect=acc)
add_dependencies(OpenACCDialectDocGen acc_common_td)
set(LLVM_TARGET_DEFINITIONS OpenACCOps.td)