]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pkgs/systemd/patches/systemd-20-no-manpages.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x into systemd
[people/ms/ipfire-3.x.git] / pkgs / systemd / patches / systemd-20-no-manpages.patch
CommitLineData
c8ef6def
SS
1diff -Nur a/Makefile.am b/Makefile.am
2--- a/Makefile.am 2011-03-08 19:47:36.000000000 +0100
3+++ b/Makefile.am 2011-03-20 20:27:24.126714001 +0100
4@@ -505,55 +505,8 @@
5 src/readahead-common.h \
6 src/ask-password-api.h
7
8-MANPAGES = \
9- man/systemd.1 \
10- man/systemctl.1 \
11- man/systemadm.1 \
12- man/systemd-cgls.1 \
13- man/systemd-tmpfiles.8 \
14- man/systemd-notify.1 \
15- man/sd_notify.3 \
16- man/sd_readahead.3 \
17- man/sd_booted.3 \
18- man/sd_listen_fds.3 \
19- man/sd_is_fifo.3 \
20- man/systemd.unit.5 \
21- man/systemd.service.5 \
22- man/systemd.socket.5 \
23- man/systemd.mount.5 \
24- man/systemd.automount.5 \
25- man/systemd.swap.5 \
26- man/systemd.timer.5 \
27- man/systemd.path.5 \
28- man/systemd.target.5 \
29- man/systemd.device.5 \
30- man/systemd.snapshot.5 \
31- man/systemd.exec.5 \
32- man/daemon.7 \
33- man/sd-daemon.7 \
34- man/sd-readahead.7 \
35- man/runlevel.8 \
36- man/telinit.8 \
37- man/halt.8 \
38- man/shutdown.8 \
39- man/pam_systemd.8 \
40- man/systemd.conf.5 \
41- man/tmpfiles.d.5 \
42- man/hostname.5 \
43- man/machine-id.5 \
44- man/vconsole.conf.5 \
45- man/locale.conf.5 \
46- man/os-release.5 \
47- man/modules-load.d.5
48-
49-MANPAGES_ALIAS = \
50- man/reboot.8 \
51- man/poweroff.8 \
52- man/sd_is_socket.3 \
53- man/sd_is_socket_unix.3 \
54- man/sd_is_socket_inet.3 \
55- man/sd_notifyf.3 \
56- man/init.1
57+MANPAGES =
58+MANPAGES_ALIAS =
59
60 man/reboot.8: man/halt.8
61 man/poweroff.8: man/halt.8
62@@ -563,12 +516,8 @@
63 man/sd_notifyf.3: man/sd_notify.3
64 man/init.1: man/systemd.1
65
66-dist_man_MANS = \
67- $(MANPAGES) \
68- $(MANPAGES_ALIAS)
69-
70-nodist_man_MANS = \
71- man/systemd.special.7
72+dist_man_MANS =
73+nodist_man_MANS =
74
75 XML_FILES = \
76 ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}