Skip to content

Commit

Permalink
Merge pull request #350 from hendricius/bw-book-mrpoper
Browse files Browse the repository at this point in the history
Delete BW-book-epub directory in mrproper
  • Loading branch information
cedounet authored Apr 21, 2024
2 parents 321179e + 84d7b38 commit 2f385a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ clean: clean_ebook_build clean_figures clean_website_build
$(CLEAN) -output-directory=book_serif book.tex
$(CLEAN) -output-directory=book_sans_serif book_sans_serif.tex
-rm book*/*.{bbl,loc,.run.xml}
-rm -rf book*-epub/META-INF
-rm -rf book*-epub/OEBPS
-rm book*-epub/mimetype
-rm -rf *book-epub/META-INF
-rm -rf *book-epub/OEBPS
-rm *book-epub/mimetype

mrproper: clean
$(CLEAN) -C $(src_figures)
Expand All @@ -237,7 +237,7 @@ mrproper: clean
-rm -rf release/
-rm -rf book_serif/
-rm -rf book_sans_serif/
-rm -rf book-epub/
-rm -rf *book-epub/
-rm -rf $(website_dir)

# top level releases rules
Expand Down

0 comments on commit 2f385a8

Please sign in to comment.