12 lines
180 B
Makefile
12 lines
180 B
Makefile
EXTRA_DIST = libft_ssl.tex
|
|
|
|
if ENABLE_DOC
|
|
pdf: libft_ssl.pdf
|
|
|
|
libft_ssl.pdf: libft_ssl.tex
|
|
$(PDFLATEX) $<
|
|
$(PDFLATEX) $<
|
|
endif
|
|
|
|
clean-local:
|
|
rm -f *.aux *.log *.toc *.out *.pdf
|