X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=4d13eea841aec09cc12dc801f43a015ef895c3cd;hp=7e6f52074a56ed3252e76a4d198d6552ce469a26;hb=80037e4d17d0c8f28d0ff610902babc9e2b4e2f9;hpb=80a5cbace45a6adbf2f9119edc5a4b10db493064 diff --git a/Makefile.am b/Makefile.am index 7e6f52074..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) \ @@ -3250,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/