]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - systemd/patches/systemd-36-no_manpages.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x into docbook
[people/ms/ipfire-3.x.git] / systemd / patches / systemd-36-no_manpages.patch
CommitLineData
703b1e14 1diff -Nur a/Makefile.am b/Makefile.am
ef438375
SS
2--- a/Makefile.am 2011-09-23 18:30:02.000000000 +0200
3+++ b/Makefile.am 2011-10-09 16:44:18.293116056 +0200
4@@ -749,82 +749,13 @@
86263433
SS
5 src/dbus-loop.h \
6 src/spawn-agent.h
c8ef6def
SS
7
8-MANPAGES = \
9- man/systemd.1 \
10- man/systemctl.1 \
11- man/systemadm.1 \
12- man/systemd-cgls.1 \
a6b862d3 13- man/systemd-nspawn.1 \
c8ef6def
SS
14- man/systemd-tmpfiles.8 \
15- man/systemd-notify.1 \
16- man/sd_notify.3 \
17- man/sd_readahead.3 \
18- man/sd_booted.3 \
19- man/sd_listen_fds.3 \
20- man/sd_is_fifo.3 \
21- man/systemd.unit.5 \
22- man/systemd.service.5 \
23- man/systemd.socket.5 \
24- man/systemd.mount.5 \
25- man/systemd.automount.5 \
26- man/systemd.swap.5 \
27- man/systemd.timer.5 \
28- man/systemd.path.5 \
29- man/systemd.target.5 \
30- man/systemd.device.5 \
31- man/systemd.snapshot.5 \
32- man/systemd.exec.5 \
33- man/daemon.7 \
34- man/sd-daemon.7 \
35- man/sd-readahead.7 \
36- man/runlevel.8 \
37- man/telinit.8 \
38- man/halt.8 \
39- man/shutdown.8 \
40- man/pam_systemd.8 \
41- man/systemd.conf.5 \
86263433 42- man/systemd-logind.conf.5 \
c8ef6def
SS
43- man/tmpfiles.d.5 \
44- man/hostname.5 \
ef438375 45- man/timezone.5 \
c8ef6def
SS
46- man/machine-id.5 \
47- man/vconsole.conf.5 \
48- man/locale.conf.5 \
49- man/os-release.5 \
703b1e14 50- man/machine-info.5 \
a6027af6 51- man/modules-load.d.5 \
703b1e14 52- man/sysctl.d.5 \
86263433
SS
53- man/systemd-ask-password.1 \
54- man/systemd-loginctl.1
a4f22872 55+MANPAGES =
703b1e14 56
ef438375 57-if ENABLE_BINFMT
703b1e14
SS
58-MANPAGES += \
59- man/binfmt.d.5
ef438375
SS
60-endif
61+MANPAGES_ALIAS =
703b1e14 62
c8ef6def
SS
63-MANPAGES_ALIAS = \
64- man/reboot.8 \
65- man/poweroff.8 \
66- man/sd_is_socket.3 \
67- man/sd_is_socket_unix.3 \
68- man/sd_is_socket_inet.3 \
69- man/sd_notifyf.3 \
70- man/init.1
a6b862d3
SS
71-
72-man/reboot.8: man/halt.8
73-man/poweroff.8: man/halt.8
74-man/sd_is_socket.3: man/sd_is_fifo.3
75-man/sd_is_socket_unix.3: man/sd_is_fifo.3
76-man/sd_is_socket_inet.3: man/sd_is_fifo.3
77-man/sd_notifyf.3: man/sd_notify.3
78-man/init.1: man/systemd.1
79-
c8ef6def
SS
80-dist_man_MANS = \
81- $(MANPAGES) \
82- $(MANPAGES_ALIAS)
a4f22872 83+dist_man_MANS =
a6b862d3 84
c8ef6def
SS
85-nodist_man_MANS = \
86- man/systemd.special.7
a4f22872 87+nodist_man_MANS =
c8ef6def
SS
88
89 XML_FILES = \
90 ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}