[systemd-commits] docs/gudev docs/libudev Makefile.am TODO
Kay Sievers
kay at kemper.freedesktop.org
Thu Apr 19 11:00:01 PDT 2012
Makefile.am | 2 ++
TODO | 2 +-
docs/gudev/Makefile.am | 3 +++
docs/libudev/Makefile.am | 3 +++
4 files changed, 9 insertions(+), 1 deletion(-)
New commits:
commit 80037e4d17d0c8f28d0ff610902babc9e2b4e2f9
Author: Kay Sievers <kay at vrfy.org>
Date: Thu Apr 19 19:00:35 2012 +0200
docs: rebase html documentation for online and local use
diff --git a/Makefile.am b/Makefile.am
index a84cc13..4d13eea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3252,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/
diff --git a/TODO b/TODO
index 9723024..efe76f3 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
Bugfixes:
* remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
- future.
+ future; https://bugzilla.redhat.com/show_bug.cgi?id=813563
* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am
index 5c82167..f984eb5 100644
--- a/docs/gudev/Makefile.am
+++ b/docs/gudev/Makefile.am
@@ -103,3 +103,6 @@ if ENABLE_GTK_DOC
#TESTS_ENVIRONMENT = cd $(srcsrc)
#TESTS = $(GTKDOC_CHECK)
endif
+
+install-data-hook:
+ $(AM_V_GEN)gtkdoc-rebase --html-dir=$(top_builddir)/docs/gudev/html --relative
diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am
index 9eb5c5c..0aff600 100644
--- a/docs/libudev/Makefile.am
+++ b/docs/libudev/Makefile.am
@@ -97,3 +97,6 @@ if ENABLE_GTK_DOC
#TESTS_ENVIRONMENT = cd $(srcsrc)
#TESTS = $(GTKDOC_CHECK)
endif
+
+install-data-hook:
+ $(AM_V_GEN)gtkdoc-rebase --html-dir=$(top_builddir)/docs/gudev/html --relative
More information about the systemd-commits
mailing list