diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2015-07-24 15:17:13 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2015-07-24 15:26:07 -0400 |
commit | 674e298fb6ddccbb260eb54dde19432901be0b03 (patch) | |
tree | 51a6168ecb55bbc2eb84aefa8c360e40b73375db /debian/docs | |
parent | 83ed6440de75c17d0c580c02e028cc3e5e1a113a (diff) |
fix broken symlink on README.md (Closes: #791566)
/usr/share/doc/etckeeper/README.md used to point to doc/README.mdwn
which was missing from the package. this patch includes the whole doc/
directory instead.
Diffstat (limited to 'debian/docs')
-rw-r--r-- | debian/docs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/docs b/debian/docs index b43bf86..9de86ed 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1 @@ -README.md +doc/*.mdwn |