X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=0ebf232c80cd607281a9ad432bb3a2e15a5fadc7;hp=fd7538658b7d0ac418c8007ce6b9750d7c6626d6;hb=2417dc20f5147556d0ed4f95a37b1547fb4b0f2b;hpb=26812f0a13eacb8615f66f9048cd9575b2b8a2cf;ds=inline diff --git a/Makefile.am b/Makefile.am index fd7538658..0ebf232c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,9 @@ CLEANFILES = \ ACLOCAL_AMFLAGS = -I m4 -DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --enable-extras clean-local: rm -rf udev-test-install @@ -60,3 +62,4 @@ git-release: doc-sync: rsync -av --delete libudev/docs/html/ master.kernel.org:/pub/linux/utils/kernel/hotplug/libudev/ + rsync -av --delete extras/gudev/docs/html/ master.kernel.org:/pub/linux/utils/kernel/hotplug/libgudev/