diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-02-23 13:33:41 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-02-23 15:22:32 -0800 |
commit | 4feff33159efb139ddb89a90fb26ad646b288f2b (patch) | |
tree | b36ecded595ec090c1df48636dec7ea51751b16b /specs/Makefile.am | |
parent | eb2c0108e495ff2a5febcc87234780c3a249f49f (diff) |
Restore generation of specs from docbook in autotools builds
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/Makefile.am')
-rw-r--r-- | specs/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am new file mode 100644 index 0000000..f3d77ba --- /dev/null +++ b/specs/Makefile.am @@ -0,0 +1,21 @@ +SUBDIRS = \ + bigreqsproto \ + fontsproto \ + kbproto \ + recordproto \ + scrnsaverproto \ + xcmiscproto \ + xextproto \ + xproto + +EXTRA_DIST = \ + printproto/xp_proto.book \ + printproto/xp_proto.mif \ + printproto/xp_proto.ps \ + printproto/xp_protoIX.doc \ + printproto/xp_protoTOC.doc \ + printproto/xp_proto_cov.mif \ + SIAddresses/hostname.txt \ + SIAddresses/IPv6.txt \ + SIAddresses/localuser.txt \ + SIAddresses/README |