diff options
author | Adam Jackson <ajax@redhat.com> | 2020-04-14 11:20:29 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2020-04-14 11:20:29 -0400 |
commit | 4e2faa0093d590d68e88fb4103dbc2a6770074a4 (patch) | |
tree | bcee2c675d1fb97033289fb8dc24d989cb7a1a5e /specs | |
parent | 7c22419acc2b9f6432181fd57e0634cd4c9e495b (diff) |
automake: Fix install and dist for the new markdown docs
Diffstat (limited to 'specs')
-rw-r--r-- | specs/Makefile.am | 6 | ||||
-rw-r--r-- | specs/SIAddresses/Makefile.am | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am index f3d77ba..b75c09e 100644 --- a/specs/Makefile.am +++ b/specs/Makefile.am @@ -15,7 +15,7 @@ EXTRA_DIST = \ printproto/xp_protoIX.doc \ printproto/xp_protoTOC.doc \ printproto/xp_proto_cov.mif \ - SIAddresses/hostname.txt \ - SIAddresses/IPv6.txt \ - SIAddresses/localuser.txt \ + SIAddresses/hostname.md \ + SIAddresses/IPv6.md \ + SIAddresses/localuser.md \ SIAddresses/README diff --git a/specs/SIAddresses/Makefile.am b/specs/SIAddresses/Makefile.am index 662776a..af8f5c8 100644 --- a/specs/SIAddresses/Makefile.am +++ b/specs/SIAddresses/Makefile.am @@ -1,6 +1,6 @@ dist_noinst_DATA = \ - hostname.txt \ - IPv6.txt \ - localuser.txt \ + hostname.md \ + IPv6.md \ + localuser.md \ README |