docs: hook up process/ to build system
authorWei Liu <wei.liu2@citrix.com>
Mon, 31 Jul 2017 11:22:48 +0000 (12:22 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 4 Aug 2017 11:03:07 +0000 (12:03 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/Makefile

index 942247202a2b2070cac64189b13e14c87cf03a90..6743fa37445c200976a7291842623f377c7fc100 100644 (file)
@@ -17,7 +17,7 @@ MARKDOWNSRC-y := $(sort $(shell find misc -name '*.markdown' -print))
 
 TXTSRC-y := $(sort $(shell find misc -name '*.txt' -print))
 
-PANDOCSRC-y := $(sort $(shell find features/ misc/ specs/ -name '*.pandoc' -print))
+PANDOCSRC-y := $(sort $(shell find process/ features/ misc/ specs/ -name '*.pandoc' -print))
 
 # Documentation targets
 DOC_MAN1 := $(patsubst man/%.pod.1,man1/%.1,$(MAN1SRC-y)) \