view mcabber/doc/guide/Makefile.am @ 2223:965e0282c128

Backed out changeset fa516ef22145 Turns out that in this hash the value pointer is the same as the key pointer, so there's no need to free both the key and the value.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 06 Nov 2015 22:31:40 +0100
parents 27cbd1b7ec2a
children
line wrap: on
line source


guide:
	cd $(srcdir) && \
	pdflatex -output-directory=$(abs_top_builddir)/doc/guide guide
	BIBINPUTS=$(srcdir) bibtex guide
	cd $(srcdir) && \
	pdflatex -output-directory=$(abs_top_builddir)/doc/guide guide && \
	pdflatex -output-directory=$(abs_top_builddir)/doc/guide guide

clean-guide:
	rm -f *.aux *.blg *.dvi *.toc *.out *.bbl *.log *.pdf