chiark / gitweb /
man: document journal features of systemctl(1)
[elogind.git] / Makefile.am
index ab5000b63fc878b60f8fd6da451c3d155e46c8ea..ea342bc839f6c534c2ac63a256f00da24552d8c9 100644 (file)
@@ -468,7 +468,8 @@ libsystemd_basic_la_SOURCES = \
        src/socket-util.c \
        src/log.c \
        src/ratelimit.c \
-       src/exit-status.c
+       src/exit-status.c \
+        src/utf8.c
 
 libsystemd_basic_la_CFLAGS = \
        $(AM_CFLAGS) \
@@ -649,7 +650,8 @@ EXTRA_DIST += \
        src/dbus-loop.h \
        src/spawn-agent.h \
        src/acl-util.h \
-       src/logs-show.h
+       src/logs-show.h \
+        src/utf8.h
 
 MANPAGES = \
        man/systemd.1 \
@@ -672,6 +674,7 @@ MANPAGES = \
        man/systemd.device.5 \
        man/systemd.snapshot.5 \
        man/systemd.exec.5 \
+       man/systemd.special.7 \
        man/daemon.7 \
        man/runlevel.8 \
        man/telinit.8 \
@@ -688,7 +691,11 @@ MANPAGES = \
        man/machine-info.5 \
        man/modules-load.d.5 \
        man/sysctl.d.5 \
-       man/systemd-ask-password.1
+       man/systemd-ask-password.1 \
+       man/systemd-cat.1 \
+        man/systemd-machine-id-setup.1 \
+        man/systemd-journald.conf.5 \
+        man/systemd-journalctl.1
 
 MANPAGES_ALIAS = \
        man/reboot.8 \
@@ -704,9 +711,6 @@ dist_man_MANS = \
        $(MANPAGES) \
        $(MANPAGES_ALIAS)
 
-nodist_man_MANS = \
-       man/systemd.special.7
-
 XML_FILES = \
        ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}