diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 678a3e426a..fd7538658b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,8 @@ CLEANFILES = \ ACLOCAL_AMFLAGS = -I m4 +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc + clean-local: rm -rf udev-test-install @@ -55,3 +57,6 @@ git-release: cat .git/refs/heads/master > .git/refs/tags/$(VERSION) git gc git prune + +doc-sync: + rsync -av --delete libudev/docs/html/ master.kernel.org:/pub/linux/utils/kernel/hotplug/libudev/ |