Delete old bcachefs.5 from makefile

This commit is contained in:
Kent Overstreet 2021-12-20 15:24:22 -05:00
parent 6a4f458a48
commit 1388212eb8
2 changed files with 4 additions and 3 deletions

View File

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