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/SIAddresses | |
parent | 7c22419acc2b9f6432181fd57e0634cd4c9e495b (diff) |
automake: Fix install and dist for the new markdown docs
Diffstat (limited to 'specs/SIAddresses')
-rw-r--r-- | specs/SIAddresses/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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 |