X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=983ea165cc268a12654230d26f1eec3208470117;hb=21d279cf543c82705a5b3362818805603d2ab9f2;hp=eda338a320e41b417ea7f60d6e65e694221680bc;hpb=204fa33c82588c47ebeef3f8c4c0b7da750e37f7;p=elogind.git diff --git a/Makefile.am b/Makefile.am index eda338a32..983ea165c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -651,7 +651,6 @@ EXTRA_DIST += \ src/acl-util.h \ src/logs-show.h -if ENABLE_MANPAGES MANPAGES = \ man/systemd.1 \ man/systemctl.1 \ @@ -700,6 +699,7 @@ man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 man/init.1: man/systemd.1 +if ENABLE_MANPAGES dist_man_MANS = \ $(MANPAGES) \ $(MANPAGES_ALIAS) @@ -724,7 +724,6 @@ EXTRA_DIST += \ $(XML_IN_FILES) \ ${nodist_man_MANS:=.in} \ ${XML_IN_FILES:.xml.in=.html.in} - endif systemd_SOURCES = \ @@ -1135,7 +1134,6 @@ lib_LTLIBRARIES += \ pkgconfiglib_DATA += \ src/libsystemd-daemon.pc -if ENABLE_MANPAGES MANPAGES += \ man/sd-daemon.7 \ man/sd_notify.3 \ @@ -1155,7 +1153,6 @@ man/sd_is_socket_unix.3: man/sd_is_fifo.3 man/sd_is_socket_inet.3: man/sd_is_fifo.3 man/sd_is_mq.3: man/sd_is_fifo.3 man/sd_notifyf.3: man/sd_notify.3 -endif EXTRA_DIST += \ src/libsystemd-daemon.pc.in \ @@ -1471,10 +1468,8 @@ binfmt-install-data-hook: INSTALL_DATA_HOOKS += \ binfmt-install-data-hook -if ENABLE_MANPAGES MANPAGES += \ man/binfmt.d.5 -endif EXTRA_DIST += \ units/systemd-binfmt.service.in @@ -1504,10 +1499,8 @@ vconsole-install-data-hook: INSTALL_DATA_HOOKS += \ vconsole-install-data-hook -if ENABLE_MANPAGES MANPAGES += \ man/vconsole.conf.5 -endif EXTRA_DIST += \ units/systemd-vconsole-setup.service.in @@ -1560,12 +1553,10 @@ EXTRA_DIST += \ units/systemd-readahead-replay.service.in \ units/systemd-readahead-done.service.in -if ENABLE_MANPAGES MANPAGES += \ man/sd_readahead.3 \ man/sd-readahead.7 endif -endif # ------------------------------------------------------------------------------ if ENABLE_QUOTACHECK @@ -2056,7 +2047,6 @@ dist_udevrules_DATA += \ nodist_udevrules_DATA += \ src/login/73-seat-late.rules -if ENABLE_MANPAGES MANPAGES += \ man/systemd-logind.conf.5 \ man/sd-login.7 \ @@ -2098,7 +2088,6 @@ man/sd_seat_get_sessions.3: man/sd_seat_get_active.3 man/sd_seat_can_multi_session.3: man/sd_seat_get_active.3 man/sd_get_sessions.3: man/sd_get_seats.3 man/sd_get_uids.3: man/sd_get_seats.3 -endif EXTRA_DIST += \ src/login/logind-gperf.gperf \ @@ -2528,11 +2517,13 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \ --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ --with-pamlibdir=$$dc_install_base/$(pamlibdir) \ - --with-rootprefix=$$dc_install_base/$(rootprefix) + --with-rootprefix=$$dc_install_base/$(prefix) + upload: all distcheck cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/ scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/ + scp man/*.html fdo:/srv/www.freedesktop.org/www/software/systemd/man/ scp man/*.html tango:public/systemd-man/ git-tag: