]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: rename target to update-man-rules
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 27 Jan 2021 08:10:25 +0000 (09:10 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 27 Jan 2021 08:10:25 +0000 (09:10 +0100)
Same justification as for update-dbus-docs.

docs/CODE_QUALITY.md
man/html.in
man/man.in
man/meson.build
man/rules/meson.build
meson.build
tools/update-man-rules.py

index a59912a67611ca6fa49d3d8615c2713c7704985e..53fabb3581db0afaf429fb5a49756616c1020dd7 100644 (file)
@@ -44,7 +44,7 @@ available functionality:
 7. Use `meson compile -C build hwdb-update` to automatically download and import the
    PCI, USB and OUI databases into hwdb.
 
-8. Use `meson compile -C build man/update-man-rules` to update the meson rules for
+8. Use `meson compile -C build update-man-rules` to update the meson rules for
    building man pages automatically from the docbook XML files included in
    `man/`.
 
index c142f581de010f4002c07976215d932bcb3b6bc2..3ae02bd77d38aafcc8603ee1031c0bbdc71dbf71 100755 (executable)
@@ -6,7 +6,7 @@ if [ -z "$1" ]; then
     exit 1
 fi
 
-# make sure the rules have been regenerated (in case man/update-man-rules was just run)
+# make sure the rules have been regenerated (in case update-man-rules was just run)
 ninja -C "@BUILD_ROOT@" version.h
 
 target="man/$1.html"
index 12eb332ee00c911454b1c793d3190ae79c51e274..40b7476bc5ecdd34f3dc16a23a3dc6dd38cb5620 100755 (executable)
@@ -6,7 +6,7 @@ if [ -z "$1" ]; then
     exit 1
 fi
 
-# make sure the rules have been regenerated (in case man/update-man-rules was just run)
+# make sure the rules have been regenerated (in case update-man-rules was just run)
 ninja -C "@BUILD_ROOT@" version.h
 
 page="$(echo "$1" | sed 's/\./\\./')"
index 327df94c27c5c6c3fde0088114844b35f16f5d0c..3cae8446cda77c1194ebd61c03f598c89cd683f6 100644 (file)
@@ -198,17 +198,6 @@ run_target(
 
 ############################################################
 
-custom_target(
-        'update-man-rules',
-        output : 'update-man-rules',
-        command : ['sh', '-c',
-                        'cd @0@ && '.format(meson.build_root()) +
-                        'python3 @0@/tools/update-man-rules.py $(find @0@ -wholename "*/man/*.xml") >t && '.format(project_source_root) +
-                        'mv t @0@/rules/meson.build'.format(meson.current_source_dir())],
-        depend_files : custom_entities_ent)
-
-############################################################
-
 configure_file(
         input : 'man.in',
         output : 'man',
index 4a23648a21539526e324cc79c1d6c1530b97782b..c13c8efc5c3dbdcc037dc734cbceb29e5a1ea851 100644 (file)
@@ -2,7 +2,7 @@
 
 # Do not edit. Generated by update-man-rules.py.
 # Update with:
-#     ninja -C build man/update-man-rules
+#     ninja -C build update-man-rules
 manpages = [
 ['binfmt.d', '5', [], 'ENABLE_BINFMT'],
  ['bootctl', '1', [], 'ENABLE_EFI'],
index f1de3a87d36b45506c50788fa57248c425c92e2d..569cac9281638379daef9ea57d4ed7625932607d 100644 (file)
@@ -3624,6 +3624,15 @@ if dbus_docs.length() > 0
         endif
 endif
 
+custom_target(
+        'update-man-rules',
+        output : 'update-man-rules',
+        command : ['sh', '-c',
+                   'cd @0@ && '.format(meson.build_root()) +
+                   'python3 @0@/tools/update-man-rules.py $(find @0@ -wholename "*/man/*.xml") >t && '.format(project_source_root) +
+                   'mv t @0@/man/rules/meson.build'.format(meson.current_source_dir())],
+        depend_files : custom_entities_ent)
+
 ############################################################
 watchdog_opt = service_watchdog == '' ? 'disabled' : service_watchdog
 
index 8221a37d9a9724e76765b131d65f8dfc2b8cc30d..31ed91c432edd5790ca86dd03c7a99bf15b67bcd 100755 (executable)
@@ -51,7 +51,7 @@ MESON_HEADER = '''\
 
 # Do not edit. Generated by update-man-rules.py.
 # Update with:
-#     ninja -C build man/update-man-rules
+#     ninja -C build update-man-rules
 manpages = ['''
 
 MESON_FOOTER = '''\