]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Delete old bcachefs.5 from makefile
authorKent Overstreet <kent.overstreet@gmail.com>
Mon, 20 Dec 2021 20:24:22 +0000 (15:24 -0500)
committerKent Overstreet <kent.overstreet@gmail.com>
Mon, 20 Dec 2021 20:24:22 +0000 (15:24 -0500)
Makefile
doc/bcachefs-principles-of-operation.tex [moved from bcachefs-principles-of-operation.tex with 100% similarity]

index 67c40e5a146e97edde673934c36ecd70f7547f56..a0196ec7882d5e98f524d48deeaea18f331a92fb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ else
 endif
 
 .PHONY: all
-all: bcachefs bcachefs.5 lib
+all: bcachefs lib
 
 .PHONY: lib
 lib: libbcachefs.so
@@ -163,8 +163,9 @@ clean:
 deb: all
        debuild -us -uc -nc -b -i -I
 
-bcachefs-principles-of-operation.pdf: bcachefs-principles-of-operation.tex
-       pdflatex bcachefs-principles-of-operation.tex && pdflatex bcachefs-principles-of-operation.tex
+doc/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
 
 doc: bcachefs-principles-of-operation.pdf