19 lines
333 B
Makefile
19 lines
333 B
Makefile
EXTRA_DIST = \
|
|
libft_ssl.tex \
|
|
preliminaries.tex \
|
|
introduction.tex \
|
|
generic_interface.tex \
|
|
md5.tex \
|
|
sha256.tex \
|
|
whirlpool.tex
|
|
|
|
if ENABLE_DOC
|
|
pdf: libft_ssl.pdf
|
|
|
|
libft_ssl.pdf: libft_ssl.tex
|
|
TEXINPUTS=$(srcdir): $(PDFLATEX) $<
|
|
TEXINPUTS=$(srcdir): $(PDFLATEX) $<
|
|
endif
|
|
|
|
clean-local:
|
|
rm -f *.aux *.log *.toc *.out *.pdf
|