X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=4d13eea841aec09cc12dc801f43a015ef895c3cd;hb=21dbe43aece5b6fc87860de175f067b56649e7d1;hp=e8172bc51460ae18a0b1c9c8c3ce394975278579;hpb=92ec4495f76a7a2a6c31f5bb2a5240f78dcfe1d2;p=elogind.git diff --git a/Makefile.am b/Makefile.am index e8172bc51..4d13eea84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -600,7 +600,9 @@ libsystemd_label_la_SOURCES = \ src/shared/mkdir.c \ src/shared/mkdir.h \ src/shared/ask-password-api.c \ - src/shared/ask-password-api.h + src/shared/ask-password-api.h \ + src/shared/dev-setup.c \ + src/shared/dev-setup.h libsystemd_label_la_CFLAGS = \ $(AM_CFLAGS) \ @@ -3237,8 +3239,12 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \ --with-pamlibdir=$$dc_install_base/$(pamlibdir) \ --with-rootprefix=$$dc_install_base \ - --disable-split-usr \ + --disable-split-usr + +if ENABLE_GTK_DOC +DISTCHECK_CONFIGURE_FLAGS += \ --enable-gtk-doc +endif upload: all distcheck cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/ @@ -3246,7 +3252,9 @@ upload: all distcheck scp man/*.html tango:public/systemd-man/ doc-sync: all + gtkdoc-rebase --html-dir=docs/libudev/html --online rsync -av --delete docs/libudev/html/ www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/libudev/ + gtkdoc-rebase --html-dir=docs/gudev/html --online rsync -av --delete docs/gudev/html/ www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/gudev/ rsync -av man/*.html www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/man/