mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
0208d5f64b
We did not check we could actually build the HTML of the Samba Developers guide and HTML of the manpages previously. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Jun 10 07:11:59 UTC 2020 on sn-devel-184
26 lines
543 B
Makefile
26 lines
543 B
Makefile
# Programs
|
|
XSLTPROC = @XSLTPROC@ --nonet
|
|
XMLLINT = @XMLLINT@
|
|
PNGTOPNM = @PNGTOPNM@
|
|
PNMTOPS = @PNMTOPS@
|
|
MAKEINFO = @MAKEINFO@
|
|
DBLATEX = @DBLATEX@
|
|
RM = @RM@
|
|
PERL = @PERL@
|
|
|
|
# Paths
|
|
OUTPUTDIR = output
|
|
ARCHIVEDIR = archive
|
|
TEXINFODIR = $(OUTPUTDIR)/texi
|
|
SRCDIR = ../
|
|
MANPAGEDIR = manpages
|
|
SMBDOTCONFDOC = smbdotconf
|
|
DOCBOOKDIR = tmp
|
|
PSDIR = $(OUTPUTDIR)
|
|
PDFDIR = $(OUTPUTDIR)
|
|
HTMLHELPDIR = $(OUTPUTDIR)/htmlhelp
|
|
HTMLDIR=$(OUTPUTDIR)/htmldocs
|
|
DB2LATEX_ARGS = --stringparam latex.documentclass.book @LATEX_DOCUMENTCLASS_OPTIONS@
|
|
|
|
TARGETS = @TARGETS@
|