]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.in (install-local): Include $(srcdir)/docs/man/$$dest.h2m
authorColin Watson <cjwatson@ubuntu.com>
Fri, 11 Jun 2010 21:12:16 +0000 (22:12 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Fri, 11 Jun 2010 21:12:16 +0000 (22:12 +0100)
when generating manual pages.
* docs/man/grub-bin2h.h2m: New file.
* docs/man/grub-editenv.h2m: New file.
* docs/man/grub-fstest.h2m: New file.
* docs/man/grub-install.h2m: New file.
* docs/man/grub-macho2img.h2m: New file.
* docs/man/grub-mkconfig.h2m: New file.
* docs/man/grub-mkdevicemap.h2m: New file.
* docs/man/grub-mkfont.h2m: New file.
* docs/man/grub-mkimage.h2m: New file.
* docs/man/grub-mkpasswd-pbkdf2.h2m: New file.
* docs/man/grub-mkrelpath.h2m: New file.
* docs/man/grub-mkrescue.h2m: New file.
* docs/man/grub-ofpathname.h2m: New file.
* docs/man/grub-pe2elf.h2m: New file.
* docs/man/grub-probe.h2m: New file.
* docs/man/grub-reboot.h2m: New file.
* docs/man/grub-script-check.h2m: New file.
* docs/man/grub-set-default.h2m: New file.
* docs/man/grub-setup.h2m: New file.

21 files changed:
ChangeLog
Makefile.in
docs/man/grub-bin2h.h2m [new file with mode: 0644]
docs/man/grub-editenv.h2m [new file with mode: 0644]
docs/man/grub-fstest.h2m [new file with mode: 0644]
docs/man/grub-install.h2m [new file with mode: 0644]
docs/man/grub-macho2img.h2m [new file with mode: 0644]
docs/man/grub-mkconfig.h2m [new file with mode: 0644]
docs/man/grub-mkdevicemap.h2m [new file with mode: 0644]
docs/man/grub-mkfont.h2m [new file with mode: 0644]
docs/man/grub-mkimage.h2m [new file with mode: 0644]
docs/man/grub-mkpasswd-pbkdf2.h2m [new file with mode: 0644]
docs/man/grub-mkrelpath.h2m [new file with mode: 0644]
docs/man/grub-mkrescue.h2m [new file with mode: 0644]
docs/man/grub-ofpathname.h2m [new file with mode: 0644]
docs/man/grub-pe2elf.h2m [new file with mode: 0644]
docs/man/grub-probe.h2m [new file with mode: 0644]
docs/man/grub-reboot.h2m [new file with mode: 0644]
docs/man/grub-script-check.h2m [new file with mode: 0644]
docs/man/grub-set-default.h2m [new file with mode: 0644]
docs/man/grub-setup.h2m [new file with mode: 0644]

index c4a6246ee320ec9d5317c263ea7a1ddf2d535497..43cf36b32c8b10b2067f8700b9cb512165aa63aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2010-06-11  Colin Watson  <cjwatson@ubuntu.com>
+
+       * Makefile.in (install-local): Include $(srcdir)/docs/man/$$dest.h2m
+       when generating manual pages.
+       * docs/man/grub-bin2h.h2m: New file.
+       * docs/man/grub-editenv.h2m: New file.
+       * docs/man/grub-fstest.h2m: New file.
+       * docs/man/grub-install.h2m: New file.
+       * docs/man/grub-macho2img.h2m: New file.
+       * docs/man/grub-mkconfig.h2m: New file.
+       * docs/man/grub-mkdevicemap.h2m: New file.
+       * docs/man/grub-mkfont.h2m: New file.
+       * docs/man/grub-mkimage.h2m: New file.
+       * docs/man/grub-mkpasswd-pbkdf2.h2m: New file.
+       * docs/man/grub-mkrelpath.h2m: New file.
+       * docs/man/grub-mkrescue.h2m: New file.
+       * docs/man/grub-ofpathname.h2m: New file.
+       * docs/man/grub-pe2elf.h2m: New file.
+       * docs/man/grub-probe.h2m: New file.
+       * docs/man/grub-reboot.h2m: New file.
+       * docs/man/grub-script-check.h2m: New file.
+       * docs/man/grub-set-default.h2m: New file.
+       * docs/man/grub-setup.h2m: New file.
+
 2010-06-10  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Use FOR_* macros instead of *_iterate whenever possible.
index 75388e3c8c99d8fc8fc4de238ebfbe0c676565b0..afe4beb6e17dc9cc4cbb0c2581ae71f14034b8b8 100644 (file)
@@ -323,26 +323,26 @@ install-local: all
          if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \
          dest="`echo $$file | sed 's,.*/,,' | sed '$(transform)'`"; \
          $(INSTALL_PROGRAM) $$dir$$file $(DESTDIR)$(bindir)/$$dest; \
-         $(HELP2MAN) --section=1 -o $(DESTDIR)$(mandir)/man1/$$dest.1 $(builddir)/$$file; \
+         $(HELP2MAN) --section=1 -i $(srcdir)/docs/man/$$dest.h2m -o $(DESTDIR)$(mandir)/man1/$$dest.1 $(builddir)/$$file; \
        done
        $(SHELL) $(mkinstalldirs) $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)/man8
        @list='$(sbin_UTILITIES)'; for file in $$list; do \
          if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \
          dest="`echo $$file | sed 's,.*/,,' | sed '$(transform)'`"; \
          $(INSTALL_PROGRAM) $$dir$$file $(DESTDIR)$(sbindir)/$$dest; \
-         $(HELP2MAN) --section=8 -o $(DESTDIR)$(mandir)/man8/$$dest.8 $(builddir)/$$file; \
+         $(HELP2MAN) --section=8 -i $(srcdir)/docs/man/$$dest.h2m -o $(DESTDIR)$(mandir)/man8/$$dest.8 $(builddir)/$$file; \
        done
        @list='$(bin_SCRIPTS)'; for file in $$list; do \
          if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \
          dest="`echo $$file | sed 's,.*/,,' | sed '$(transform)'`"; \
          $(INSTALL_SCRIPT) $$dir$$file $(DESTDIR)$(bindir)/$$dest; \
-         $(HELP2MAN) --section=1 -o $(DESTDIR)$(mandir)/man1/$$dest.1 $(builddir)/$$file; \
+         $(HELP2MAN) --section=1 -i $(srcdir)/docs/man/$$dest.h2m -o $(DESTDIR)$(mandir)/man1/$$dest.1 $(builddir)/$$file; \
        done
        @list='$(sbin_SCRIPTS)'; for file in $$list; do \
          if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \
          dest="`echo $$file | sed 's,.*/,,' | sed '$(transform)'`"; \
          $(INSTALL_SCRIPT) $$dir$$file $(DESTDIR)$(sbindir)/$$dest; \
-         $(HELP2MAN) --section=8 -o $(DESTDIR)$(mandir)/man8/$$dest.8 $(builddir)/$$file; \
+         $(HELP2MAN) --section=8 -i $(srcdir)/docs/man/$$dest.h2m -o $(DESTDIR)$(mandir)/man8/$$dest.8 $(builddir)/$$file; \
        done
        $(SHELL) $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/grub.d
        @list='$(grub-mkconfig_SCRIPTS)'; for file in $$list; do \
diff --git a/docs/man/grub-bin2h.h2m b/docs/man/grub-bin2h.h2m
new file mode 100644 (file)
index 0000000..ef463f3
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-bin2h \- convert a binary file to a C header
diff --git a/docs/man/grub-editenv.h2m b/docs/man/grub-editenv.h2m
new file mode 100644 (file)
index 0000000..efbd790
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-editenv \- edit GRUB environment block
diff --git a/docs/man/grub-fstest.h2m b/docs/man/grub-fstest.h2m
new file mode 100644 (file)
index 0000000..be39429
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-fstest \- debug tool for GRUB filesystem drivers
diff --git a/docs/man/grub-install.h2m b/docs/man/grub-install.h2m
new file mode 100644 (file)
index 0000000..6525215
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-install \- install GRUB to a device
diff --git a/docs/man/grub-macho2img.h2m b/docs/man/grub-macho2img.h2m
new file mode 100644 (file)
index 0000000..412bf92
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-macho2img \- convert Mach-O to raw image
diff --git a/docs/man/grub-mkconfig.h2m b/docs/man/grub-mkconfig.h2m
new file mode 100644 (file)
index 0000000..b0d33ec
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-mkconfig \- generate a GRUB configuration file
diff --git a/docs/man/grub-mkdevicemap.h2m b/docs/man/grub-mkdevicemap.h2m
new file mode 100644 (file)
index 0000000..8ab34ac
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-mkdevicemap \- generate a GRUB device map file automatically
diff --git a/docs/man/grub-mkfont.h2m b/docs/man/grub-mkfont.h2m
new file mode 100644 (file)
index 0000000..d858018
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-mkfont \- make GRUB font files
diff --git a/docs/man/grub-mkimage.h2m b/docs/man/grub-mkimage.h2m
new file mode 100644 (file)
index 0000000..71f2709
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-mkimage \- make a bootable image of GRUB
diff --git a/docs/man/grub-mkpasswd-pbkdf2.h2m b/docs/man/grub-mkpasswd-pbkdf2.h2m
new file mode 100644 (file)
index 0000000..5b2b2ef
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-mkpasswd-pbkdf2 \- generate hashed password for GRUB
diff --git a/docs/man/grub-mkrelpath.h2m b/docs/man/grub-mkrelpath.h2m
new file mode 100644 (file)
index 0000000..ccc0880
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-mkrelpath \- make a system path relative to its root
diff --git a/docs/man/grub-mkrescue.h2m b/docs/man/grub-mkrescue.h2m
new file mode 100644 (file)
index 0000000..5e92e0d
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-mkrescue \- make a GRUB rescue image
diff --git a/docs/man/grub-ofpathname.h2m b/docs/man/grub-ofpathname.h2m
new file mode 100644 (file)
index 0000000..f07158c
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-ofpathname \- find OpenBOOT path for a device
diff --git a/docs/man/grub-pe2elf.h2m b/docs/man/grub-pe2elf.h2m
new file mode 100644 (file)
index 0000000..3fdb88b
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-pe2elf \- convert PE image to ELF
diff --git a/docs/man/grub-probe.h2m b/docs/man/grub-probe.h2m
new file mode 100644 (file)
index 0000000..817ba8e
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-probe \- probe device information for GRUB
diff --git a/docs/man/grub-reboot.h2m b/docs/man/grub-reboot.h2m
new file mode 100644 (file)
index 0000000..957e4b7
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-reboot \- set the default boot entry for GRUB, for the next boot only
diff --git a/docs/man/grub-script-check.h2m b/docs/man/grub-script-check.h2m
new file mode 100644 (file)
index 0000000..39c0a3e
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-script-check \- check grub.cfg for syntax errors
diff --git a/docs/man/grub-set-default.h2m b/docs/man/grub-set-default.h2m
new file mode 100644 (file)
index 0000000..3ac13d7
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-set-default \- set the default boot entry for GRUB
diff --git a/docs/man/grub-setup.h2m b/docs/man/grub-setup.h2m
new file mode 100644 (file)
index 0000000..e70e465
--- /dev/null
@@ -0,0 +1,2 @@
+[NAME]
+grub-setup \- set up a device to boot using GRUB