summaryrefslogtreecommitdiff
path: root/src/grp-journal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-journal/Makefile')
-rw-r--r--src/grp-journal/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/grp-journal/Makefile b/src/grp-journal/Makefile
index f1f3453d33..25e34bda4b 100644
--- a/src/grp-journal/Makefile
+++ b/src/grp-journal/Makefile
@@ -174,4 +174,15 @@ nested.subdirs += journalctl systemd-journald libjournal-core
nested.subdirs += systemd-cat
#nested.subdirs += grp-remote
+ifneq ($(HAVE_SYSV_COMPAT),)
+varlog_DATA = \
+ docs/var-log/README
+
+CLEANFILES += \
+ docs/var-log/README
+endif # HAVE_SYSV_COMPAT
+
+EXTRA_DIST += \
+ docs/var-log/README.in
+
include $(topsrcdir)/build-aux/Makefile.tail.mk