doc: Fix dvi/pdf/ps build
This commit is contained in:
@@ -6,12 +6,14 @@ AUTOMAKE_OPTIONS = no-texinfo.tex
|
|||||||
|
|
||||||
MAKEINFOFLAGS = --css-include=$(srcdir)/heimdal.css
|
MAKEINFOFLAGS = --css-include=$(srcdir)/heimdal.css
|
||||||
|
|
||||||
TEXI2DVI = true # ARGH, make distcheck can't be disabled to not build dvifiles
|
#TEXI2DVI = true # ARGH, make distcheck can't be disabled to not build dvifiles
|
||||||
|
|
||||||
info_TEXINFOS = heimdal.texi hx509.texi
|
info_TEXINFOS = heimdal.texi hx509.texi
|
||||||
|
|
||||||
BUILT_SOURCES = vars.texi
|
BUILT_SOURCES = vars.texi
|
||||||
|
|
||||||
|
#all: html pdf dvi ps info
|
||||||
|
|
||||||
dxy_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
|
dxy_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
|
||||||
-e 's,[@]objdir[@],.,g' \
|
-e 's,[@]objdir[@],.,g' \
|
||||||
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g'
|
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g'
|
||||||
|
@@ -35,12 +35,6 @@ services can authenticate each other.
|
|||||||
@end macro
|
@end macro
|
||||||
@end ifinfo
|
@end ifinfo
|
||||||
|
|
||||||
@iftex
|
|
||||||
@macro sub{arg}
|
|
||||||
@textsubscript{\arg\}
|
|
||||||
@end macro
|
|
||||||
@end iftex
|
|
||||||
|
|
||||||
@ifhtml
|
@ifhtml
|
||||||
@macro sub{arg}
|
@macro sub{arg}
|
||||||
|
|
||||||
@@ -51,13 +45,19 @@ services can authenticate each other.
|
|||||||
@end macro
|
@end macro
|
||||||
@end ifhtml
|
@end ifhtml
|
||||||
|
|
||||||
@c ifdocbook
|
@ifdocbook
|
||||||
@c macro sub{arg}
|
@macro sub{arg}
|
||||||
@c docbook
|
@docbook
|
||||||
@c <subscript>\arg\</subscript>
|
@<subscript>\arg\</subscript>
|
||||||
@c end docbook
|
@end docbook
|
||||||
@c end macro
|
@end macro
|
||||||
@c end ifdocbook
|
@end ifdocbook
|
||||||
|
|
||||||
|
@c @iftex
|
||||||
|
@c @macro sub{arg}
|
||||||
|
@c @textsubscript{\arg\}
|
||||||
|
@c @end macro
|
||||||
|
@c @end iftex
|
||||||
|
|
||||||
@quotation
|
@quotation
|
||||||
@strong{Note} This discussion is about Kerberos version 4, but version
|
@strong{Note} This discussion is about Kerberos version 4, but version
|
||||||
|
Reference in New Issue
Block a user