Skip to content

Commit

Permalink
build: Remove old logo from PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 29, 2025
1 parent 38a6c2a commit 8e4ca89
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion include/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ $(LANGUAGES:.%=pdf.%): pdf.%: FORCE
--javascript-delay $(PDF_DELAY) \
--disable-smart-shrinking \
--print-media-type \
--header-html include/header.html \
toc https://standard.open-contracting.org$(PDF_ROOT)/$*/$(PDF_PAGES) $*.pdf

.PHONY: pdf
Expand Down
12 changes: 0 additions & 12 deletions include/header.html

This file was deleted.

2 changes: 1 addition & 1 deletion script/update
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eu
main() {
mkdir -p script include tests

for f in .pre-commit-config.yaml .python-version Makefile common-requirements.in common-requirements.txt pyproject.toml .github/dependabot.yml .github/workflows/lint.yml .github/workflows/shell.yml docs/_static/favicon-16x16.ico include/common.mk include/prologue.mk include/header.html script/diff script/update tests/conftest.py tests/test_common.py; do
for f in .pre-commit-config.yaml .python-version Makefile common-requirements.in common-requirements.txt pyproject.toml .github/dependabot.yml .github/workflows/lint.yml .github/workflows/shell.yml docs/_static/favicon-16x16.ico include/common.mk include/prologue.mk script/diff script/update tests/conftest.py tests/test_common.py; do
curl -sS -o $f https://raw.githubusercontent.com/open-contracting/standard_profile_template/latest/$f
done

Expand Down

0 comments on commit 8e4ca89

Please sign in to comment.