/[grub]/grub/docs/Makefile.am
ViewVC logotype

Diff of /grub/docs/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by okuji, Wed Feb 7 20:26:28 2001 UTC revision 1.25 by okuji, Fri Nov 29 20:39:23 2002 UTC
# Line 2  info_TEXINFOS = grub.texi multiboot.texi Line 2  info_TEXINFOS = grub.texi multiboot.texi
2  grub_TEXINFOS = internals.texi  grub_TEXINFOS = internals.texi
3  EXAMPLES = boot.S kernel.c multiboot.h  EXAMPLES = boot.S kernel.c multiboot.h
4  multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi  multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi
5  man_MANS = grub.8 mbchk.1 grub-install.8 grub-md5-crypt.8  man_MANS = grub.8 mbchk.1 grub-install.8 grub-md5-crypt.8 grub-terminfo.8
6  HELP2MAN = help2man  HELP2MAN = help2man
7  SRC2TEXI = src2texi  SRC2TEXI = src2texi
8  noinst_SCRIPTS = $(HELP2MAN) $(SRC2TEXI)  noinst_SCRIPTS = $(HELP2MAN) $(SRC2TEXI)
# Line 56  $(srcdir)/grub-md5-crypt.8: ../util/grub Line 56  $(srcdir)/grub-md5-crypt.8: ../util/grub
56          $(PERL) $(srcdir)/$(HELP2MAN) \          $(PERL) $(srcdir)/$(HELP2MAN) \
57                  --name="Encrypt a password in MD5 format" \                  --name="Encrypt a password in MD5 format" \
58                  --section=8 --output=$@ $<                  --section=8 --output=$@ $<
59    
60    $(srcdir)/grub-terminfo.8: ../util/grub-terminfo $(srcdir)/$(HELP2MAN)
61            chmod 755 $<
62            $(PERL) $(srcdir)/$(HELP2MAN) \
63                    --name="Generate a terminfo command from a terminfo name" \
64                    --section=8 --output=$@ $<
65  endif  endif

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26