Skip to content

Commit 7521911

Browse files
committed
Remove old build artifacts from repo
The releases/ subdirectory contains latex build artifacts. The idea was to use it when creating a changebar version of the document, but it is a little difficult to manage as part of the repo. The old document is always available in a previous git tag anyway, so the build products can be regenerated. So, drop the releases directory entirely. Signed-off-by: Grant Likely <[email protected]>
1 parent 5c03683 commit 7521911

15 files changed

+1
-7696
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
77
PAPER =
8-
RELEASEDIR = release
98
BUILDDIR = build
109
LATEXDIFF = latexdiff
1110

@@ -145,7 +144,7 @@ latex:
145144
latexdiff:
146145
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
147146
@echo "Generating LaTeX changebars..."
148-
$(LATEXDIFF) --type=CULINECHBAR $(RELEASEDIR)/latex/devicetree-specification.tex $(BUILDDIR)/latex/devicetree-specification.tex > $(BUILDDIR)/latex/devicetree-specification-changebars.tex
147+
$(LATEXDIFF) --type=CULINECHBAR $(BUILDDIR)/latex-previous/devicetree-specification.tex $(BUILDDIR)/latex/devicetree-specification.tex > $(BUILDDIR)/latex/devicetree-specification-changebars.tex
149148
@echo "Running LaTeX files through pdflatex..."
150149
$(MAKE) -C $(BUILDDIR)/latex all-pdf
151150
@echo

release/latex/Makefile

Lines changed: 0 additions & 78 deletions
This file was deleted.

release/latex/devicetree-logo.png

-27.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)