chiark / gitweb /
units: synchronize with shutdown.target
[elogind.git] / Makefile.am
index 1b2e140f8beba3a6b9ceac005408a4dd186fe50c..e6366dd0049ba3876bd420ba7c154ebcdcc18bae 100644 (file)
@@ -317,10 +317,7 @@ SED_PROCESS = \
 units/%: units/%.in Makefile
        $(SED_PROCESS)
 
-man/%.html: man/%.html.in Makefile
-       $(SED_PROCESS)
-
-man/%.7: man/%.7.in Makefile
+man/%: man/%.in Makefile
        $(SED_PROCESS)
 
 M4_PROCESS_SYSTEM = \
@@ -338,9 +335,6 @@ units/session/%: units/%.m4 Makefile
        $(M4_PROCESS_SESSION)
 
 CLEANFILES = \
-       src/systemd-interfaces.c \
-       src/systemctl.c \
-       src/systemadm.c \
        units/systemd-initctl.service \
        units/systemd-logger.service \
        units/syslog.target \
@@ -353,7 +347,14 @@ CLEANFILES = \
        man/systemd.special.7 \
        man/systemd.special.html
 
-#if HAVE_XSLTPROC
+if HAVE_VALAC
+CLEANFILES += \
+       src/systemd-interfaces.c \
+       src/systemctl.c \
+       src/systemadm.c
+endif
+
+if HAVE_XSLTPROC
 XSLTPROC_PROCESS_MAN = \
        $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
        $(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
@@ -396,7 +397,7 @@ CLEANFILES += \
        man/systemd.unit.html \
        man/systemd.service.html \
        man/systemd.special.html.in
-#endif
+endif
 
 install-data-hook:
        $(MKDIR_P) -m 0755 \
@@ -408,8 +409,9 @@ install-data-hook:
                $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \
                $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants \
                $(DESTDIR)$(pkgsysconfdir)/session \
-               $(DESTDIR)$(sysconfdir)/xdg/systemd \
-               $(DESTDIR)/cgroup/debug
+               $(DESTDIR)$(sysconfdir)/xdg/systemd
+       $(MKDIR_P) -m 0755 $(DESTDIR)/cgroup/systemd || \
+               echo "Don't forget to create /cgroup/systemd! Couldn't create it for you, continuing anyway."
        ( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \
                rm -f session && \
                $(LN_S) $(pkgsysconfdir)/session session )