chiark / gitweb /
docs: rebase html documentation for online and local use
authorKay Sievers <kay@vrfy.org>
Thu, 19 Apr 2012 17:00:35 +0000 (19:00 +0200)
committerKay Sievers <kay@vrfy.org>
Thu, 19 Apr 2012 17:00:35 +0000 (19:00 +0200)
Makefile.am
TODO
docs/gudev/Makefile.am
docs/libudev/Makefile.am

index a84cc13686cd3f4af4e6f2863fc8627e10813cb2..4d13eea841aec09cc12dc801f43a015ef895c3cd 100644 (file)
@@ -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 97230243546b0a73d926c409bd10946454f92844..efe76f31f1d911d7ea0f8ef24659670e57335111 100644 (file)
--- 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
 
index 5c82167471e9c701d3ede9153f7cf98b2fb9cddd..f984eb5cbc509855859ec9fe9a927c42f77b1cae 100644 (file)
@@ -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
index 9eb5c5cbf6a5b19b14bfe98a735e311542b9608d..0aff6008f46946e5e9972e20194b31390e2b3cda 100644 (file)
@@ -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