docs: Look for documentation in sub-directories
authorJulien Grall <julien.grall@citrix.com>
Sat, 20 Jun 2015 11:37:13 +0000 (12:37 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 25 Jun 2015 10:00:26 +0000 (11:00 +0100)
commit6592bf60beaf1fa0b4fd36fb73800eb001c739af
tree006ff5a3dda047aeea1888e717d315706a3fa08d
parent59ccb33c40c84af729d6c4c5042a7962a40e8537
docs: Look for documentation in sub-directories

The ARM documentation is living in a specific folder under misc. Until
now, it was skipped during building.

In order to avoid missing future directory, use find to look for a
specific file pattern through all the directory.

Note the we already use find in other Makefile.

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
docs/Makefile