From: Paul Fertser Date: Mon, 27 Jan 2014 16:38:27 +0000 (+0400) Subject: doc: add "manual/" directory in its entirety to dist X-Git-Tag: v0.8.0-rc1~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=620448f98ffae1ccffba5f9031b667f9f613379d;p=openocd doc: add "manual/" directory in its entirety to dist Change-Id: I750c2938ab207012a6488bf34f55d784e5e26b6e Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/1903 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 6759ed5e..935c8f9d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,16 +2,9 @@ info_TEXINFOS = openocd.texi openocd_TEXINFOS = fdl.texi man_MANS = openocd.1 EXTRA_DIST = openocd.1 \ + manual \ INSTALL.txt -dist-hook: - mkdir $(distdir)/manual - cp -p $(srcdir)/manual/*.txt $(distdir)/manual - for i in $$(cd $(srcdir)/manual/ && ls -d */); do \ - mkdir $(distdir)/manual/$$i; \ - cp -p $(srcdir)/manual/$$i/* $(distdir)/manual/$$i/; \ - done - MAINTAINERCLEANFILES = \ $(srcdir)/Makefile.in \ $(srcdir)/mdate-sh \