Section: Programming
Format: HTML
-Index: /usr/share/doc/comerr-dev/html-info/com_err_toc.html
+Index: /usr/share/doc/comerr-dev/html-info/com_err.html
Files: /usr/share/doc/comerr-dev/html-info/*.html
Section: admin
Priority: required
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-Build-Depends: texi2html (>= 1.76), gettext, texinfo, pkg-config, DIETLIBC_DEFINES gcc-multilib [mips mipsel], debhelper (>= 7.0), UTIL_LINUX_NG_DEFINES m4
+Build-Depends: gettext, texinfo, pkg-config, DIETLIBC_DEFINES gcc-multilib [mips mipsel], debhelper (>= 7.0), UTIL_LINUX_NG_DEFINES m4
Standards-Version: 3.9.4
Homepage: http://e2fsprogs.sourceforge.net
Section: Programming
Format: HTML
-Index: /usr/share/doc/e2fslibs/html-info/libext2fs_toc.html
+Index: /usr/share/doc/e2fslibs/html-info/libext2fs.html
Files: /usr/share/doc/e2fslibs/html-info/*.html
endif
$(MAKE) -C ${stdbuilddir}/po V=1 update-gmo
- ( cd ${stdbuilddir}/doc && $(MAKE) V=1 libext2fs_abt.html )
- ( cd ${stdbuilddir}/lib/et && $(MAKE) V=1 com_err.info com_err_abt.html )
+ ( cd ${stdbuilddir}/doc && $(MAKE) V=1 libext2fs.html )
+ ( cd ${stdbuilddir}/lib/et && $(MAKE) V=1 com_err.info com_err.html )
# specially-built MIPS libs
ifneq ($(ismips),)
DVI=texi2dvi
DVIPS=dvips -o "$@"
INFO=@MAKEINFO@
-HTML=texi2html -split_chapter
+HTML=makeinfo --html --no-split
PS2PDF=ps2pdf
-all:: libext2fs.info libext2fs.dvi
+all:: libext2fs.info libext2fs.dvi libext2fs.html
install-doc-libs: libext2fs.info libext2fs.dvi
$(Q) $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
$(E) " PS2PDF $@"
-$(Q) $(PS2PDF) libext2fs.ps
-libext2fs_abt.html: $(srcdir)/libext2fs.texinfo
+libext2fs.html: $(srcdir)/libext2fs.texinfo
$(E) " TEXI2HTML $@"
-$(Q) $(HTML) $(srcdir)/libext2fs.texinfo
- -$(Q) if test -d libext2fs ; then \
- mv libext2fs/* . ; rmdir libext2fs ; \
- fi
.PHONY: distclean
distclean:: clean
@end titlepage
@headings double
-@ifinfo
@node Top, Introduction to the EXT2FS Library, (dir), (dir)
@top The EXT2FS Library
* Function Index::
@end menu
-@end ifinfo
-
@c ----------------------------------------------------------------------
@node Introduction to the EXT2FS Library, EXT2FS Library Functions, Top, Top
DVI=texi2dvi
DVIPS=dvips -o "$@"
INFO=@MAKEINFO@
-HTML=texi2html -split_chapter
+HTML=makeinfo --html --no-split
PS2PDF=ps2pdf
com_err.ps : com_err.dvi
$(E) " PS2PDF $@"
-$(Q) $(PS2PDF) com_err.ps
-com_err_abt.html: $(srcdir)/com_err.texinfo
- $(E) " TEXI2HTML $@"
+com_err.html: $(srcdir)/com_err.texinfo
+ $(E) " MAKEINFO $@"
-$(Q) $(HTML) $(srcdir)/com_err.texinfo
- -$(Q) if test -d com_err ; then \
- mv com_err/* . ; rmdir com_err ; \
- fi
com_err.pc: $(srcdir)/com_err.pc.in $(top_builddir)/config.status
$(E) " CONFIG.STATUS $@"
@end titlepage
-@ifinfo
@node Top, Why com_err?, (dir), (dir)
@top A Common Error Description Library for UNIX
@end menu
@page
-@end ifinfo
@node Why com_err?, Error codes, Top, Top
@chapter Why com_err?