GUAC-236: Include guacenc.1 in EXTRA_DIST.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/812f8b8c Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/812f8b8c Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/812f8b8c Branch: refs/heads/master Commit: 812f8b8cbf0d42f1c4f943480b43327115c93ee4 Parents: 8ed0cd5 Author: Michael Jumper <[email protected]> Authored: Sun Mar 13 23:52:38 2016 -0700 Committer: Michael Jumper <[email protected]> Committed: Mon Mar 14 20:22:04 2016 -0700 ---------------------------------------------------------------------- src/guacenc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/812f8b8c/src/guacenc/Makefile.am ---------------------------------------------------------------------- diff --git a/src/guacenc/Makefile.am b/src/guacenc/Makefile.am index bdc760d..7219911 100644 --- a/src/guacenc/Makefile.am +++ b/src/guacenc/Makefile.am @@ -97,3 +97,6 @@ guacenc_LDFLAGS = \ @SWSCALE_LIBS@ \ @WEBP_LIBS@ +EXTRA_DIST = \ + man/guacenc.1 +
