aboutsummaryrefslogtreecommitdiffstats
path: root/tools/squashfs
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-10-31 18:25:36 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-11-03 23:52:08 +0100
commit7f1edbd41295dff9f2127b169fbc086c0fb2c14e (patch)
treef45f455ccc76b1ce2ea9e807a3a62a95c9ad026a /tools/squashfs
parentc4415993e1b32fd9b1d658d9a6afd2aa5e4e8b27 (diff)
downloadupstream-7f1edbd41295dff9f2127b169fbc086c0fb2c14e.tar.gz
upstream-7f1edbd41295dff9f2127b169fbc086c0fb2c14e.tar.bz2
upstream-7f1edbd41295dff9f2127b169fbc086c0fb2c14e.zip
binutils: Update to version 2.37
This matches the version used in the toolchain. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'tools/squashfs')
0 files changed, 0 insertions, 0 deletions
ref='#n139'>139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
# Makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS    =
SPHINXBUILD   = sphinx-build
PAPER         =
BUILDDIR      = _build

# Internal variables.
PAPEROPT_a4     = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .

.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext

help:
	@echo "Please use \`make <target>' where <target> is one of"
	@echo "  html       to make standalone HTML files"
	@echo "  dirhtml    to make HTML files named index.html in directories"
	@echo "  singlehtml to make a single large HTML file"
	@echo "  pickle     to make pickle files"
	@echo "  json       to make JSON files"
	@echo "  htmlhelp   to make HTML files and a HTML help project"
	@echo "  qthelp     to make HTML files and a qthelp project"
	@echo "  devhelp    to make HTML files and a Devhelp project"
	@echo "  epub       to make an epub"