Skip to content

Commit

Permalink
Copied robots.txt to web root, and renamed little things
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Apr 7, 2020
1 parent 42b4f4a commit 4228532
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
paths:
- odkx-build/*
- s3_website.yml
- robots.txt
build-pdf-odkx:
working_directory: ~/work
docker:
Expand All @@ -59,10 +60,10 @@ jobs:
name: Build PDF
command: |
cd odkx-build/latex
xelatex OpenDataKitX.tex
xelatex OpenDataKitX.tex
xelatex ODK-X.tex
xelatex ODK-X.tex
mkdir -p ../_downloads
mv OpenDataKitX.pdf ../_downloads/ODK-X-Documentation.pdf
mv ODK-X.pdf ../_downloads/ODK-X-Documentation.pdf
- store_artifacts:
path: odkx-build/_downloads/ODK-X-Documentation.pdf
destination: ODK-X-Documentation.pdf
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ odkx-latex: odkx

odkx-pdf: odkx-latex
cd "$(ODKX_BUILDDIR)"/latex && \
xelatex OpenDataKitX.tex && \
xelatex OpenDataKitX.tex && \
xelatex ODK-X.tex && \
xelatex ODK-X.tex && \
mkdir -p ../_downloads && \
mv OpenDataKitX.pdf ../_downloads/ODK-X-Documentation.pdf
mv ODK-X.pdf ../_downloads/ODK-X-Documentation.pdf

odkx-style-check: odkx
python style-test.py -r $(COMPILE_X_SRCDIR)
Expand Down
6 changes: 3 additions & 3 deletions odkx-src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'OpenDataKitXdoc'
htmlhelp_basename = 'ODKXdoc'


# -- Options for LaTeX output ---------------------------------------------
Expand Down Expand Up @@ -196,7 +196,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'OpenDataKitX.tex', 'ODK-X Documentation',
(master_doc, 'ODK-X.tex', 'ODK-X Documentation',
'ODK-X', 'manual'),
]

Expand All @@ -206,7 +206,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'opendatakitx', 'ODK-X Documentation',
(master_doc, 'odkx', 'ODK-X Documentation',
[author], 1)
]

Expand Down
1 change: 1 addition & 0 deletions s3_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exclude_from_upload:
- .DS_Store
- spelling
- latex
- s3_website.yml

cloudfront_distribution_id: EZKLUGDLNKXCZ

Expand Down

0 comments on commit 4228532

Please sign in to comment.