blob: 24940c780d2fff2baede9424448782f57c6f7621 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
From 2649787d76cfe7d89abb1b5afab7cb7cd54b601b Mon Sep 17 00:00:00 2001
From: Koen Kooi <koen@dominion.thruhere.net>
Date: Sun, 2 Oct 2011 19:54:29 +0200
Subject: [PATCH] docs: fix build without xsltproc
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
Upstream-status: Pending
Makefile.am | 2 ++
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index f4a17aa..01240a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -750,6 +750,7 @@ EXTRA_DIST += \
src/dbus-loop.h \
src/spawn-agent.h
+if HAVE_XSLTPROC
MANPAGES = \
man/systemd.1 \
man/systemctl.1 \
@@ -844,6 +845,7 @@ EXTRA_DIST += \
$(XML_IN_FILES) \
${nodist_man_MANS:=.in} \
${XML_IN_FILES:.xml.in=.html.in}
+endif
systemd_SOURCES = \
src/main.c
--
1.6.6.1
|