
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21636 ec53bebd-3082-4978-b11e-865c3cabbd6b
26 lines
472 B
Makefile
26 lines
472 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
AUTOMAKE_OPTIONS = no-texinfo.tex
|
|
|
|
MAKEINFOFLAGS = --no-split --css-include=$(srcdir)/heimdal.css
|
|
|
|
TEXI2DVI = true # ARGH, make distcheck can't be disabled to not build dvifiles
|
|
|
|
info_TEXINFOS = heimdal.texi hx509.texi
|
|
|
|
heimdal_TEXINFOS = \
|
|
ack.texi \
|
|
apps.texi \
|
|
heimdal.texi \
|
|
install.texi \
|
|
intro.texi \
|
|
kerberos4.texi \
|
|
migration.texi \
|
|
misc.texi \
|
|
programming.texi \
|
|
setup.texi \
|
|
whatis.texi \
|
|
win2k.texi
|