diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-22 05:39:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-22 05:39:35 +0200 |
commit | 795750caa1a4bcb944d7c0731dea549e5a758d6a (patch) | |
tree | 3878f3f26b3fab13bd6efc0469c12dc33abaa1b4 | |
parent | b1fc29fb70de560fe9a7a744a20a67aaa4b68b5f (diff) |
build-sys: install more docs
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index fcc3287c59..5a97b35744 100644 --- a/Makefile.am +++ b/Makefile.am @@ -165,9 +165,6 @@ EXTRA_DIST = \ units/systemd-logger.service.in \ units/syslog.target.in \ units/session/exit.service.in \ - LICENSE \ - README \ - DISTRO_PORTING \ systemd.pc.in if TARGET_FEDORA @@ -208,6 +205,8 @@ endif dist_doc_DATA = \ README \ + LICENSE \ + DISTRO_PORTING \ src/sd-daemon.h \ src/sd-daemon.c |