From b3984515eba163d734badecfef46e2be67a3b7eb Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 10 Jan 2022 17:22:28 -0500 Subject: [PATCH] Fix makefile for building docs Signed-off-by: Kent Overstreet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0196ec..0b7738e 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,7 @@ clean: deb: all debuild -us -uc -nc -b -i -I -doc/bcachefs-principles-of-operation.pdf: doc/bcachefs-principles-of-operation.tex +bcachefs-principles-of-operation.pdf: doc/bcachefs-principles-of-operation.tex pdflatex doc/bcachefs-principles-of-operation.tex pdflatex doc/bcachefs-principles-of-operation.tex -- 2.39.5