Skip to content

Commit

Permalink
Remove the out/ directory
Browse files Browse the repository at this point in the history
No need for it really. Build everything in the top-level directory.
  • Loading branch information
rrthomas committed May 22, 2017
1 parent 821aa8e commit bec9869
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
*.vrb
*.xdy
*.tdo
hpmor-*.pdf
hpmor.pdf
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ TEXFON :="./xfonts//:"

LATEX=xelatex

OPT := $(OPT) "-output-directory=out"

OBJECTS = hpmor-1.pdf hpmor-2.pdf hpmor-3.pdf hpmor-4.pdf hpmor-5.pdf hpmor-6.pdf hpmor.pdf hpmor-dust-jacket-1.pdf

default: hpmor.pdf
Expand All @@ -17,4 +15,4 @@ default: hpmor.pdf
all: $(OBJECTS)

clean:
rm out/hp* out/chapters/hp*
rm -f hp*.aux hp*.log hp*.out hp*.toc $(OBJECTS) chapters/*.aux
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ TeXLive 2015 or later is required to build the book.
* `hp-hacks.tex` - formatting commands used in the text
* `chapters/` - one file per chapter, included from `hpmor.tex` and the
individual volumes `hpmor-N.tex`.
* `out/` - generated files are put here, including the PDF outputs.
* `xfonts/` - various fonts used
* `Makefile` - contains commands to run LaTeX to build the PDFs.

Expand Down
7 changes: 0 additions & 7 deletions out/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions out/chapters/.gitignore

This file was deleted.

0 comments on commit bec9869

Please sign in to comment.