Skip to content

Commit

Permalink
Allow generation of the Processing Algs chapter in pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Sep 11, 2019
1 parent 29e7fee commit b60c158
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ html: updatestatic

# pdf will also make html
pdf: html
# add the 'processing algorithms' part OUT of the pdf by adding it to exclude_patterns of build
# NOTE: this exclusion line will be removed in docker-world.sh via a git checkout!
@echo "exclude_patterns += ['docs/user_manual/processing_algs/*']" >> $(SOURCEDIR)/conf.py;

@if [ $(LANG) = "ko" -o $(LANG) = "hi" ]; then \
cp -f $(SOURCEDIR)/conf.py $(SOURCEDIR)/i18n/$(LANG)/; \
cat $(SOURCEDIR)/i18n/$(LANG)/conf.py.diff >> $(SOURCEDIR)/i18n/$(LANG)/conf.py; \
Expand Down
1 change: 0 additions & 1 deletion docker-world.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ git pull
for LANG in en
do
time /bin/bash ./docker-run.sh full LANG=$LANG
# we changed source/conf.py during build (exclude processing algs for pdf (see Makefile)
# let's get a fresh checkout of source/conf.py
git checkout source/conf.py
#time rsync -hvrzc -e ssh --progress output/pdf/$LANG qgis.osgeo.osuosl.org:/var/www/qgisdata/QGIS-Documentation/live/html/pdf
Expand Down

0 comments on commit b60c158

Please sign in to comment.