File: build-all-docs

package info (click to toggle)
cheetah 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,052 kB
  • sloc: python: 10,653; ansic: 584; xml: 323; sh: 181; makefile: 87
file content (14 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

cd "`dirname \"$0\"`" &&
PROG_DIR="`pwd`" &&

cd .. &&
devscripts/build-docs &&
rsync -ahPv --del --exclude=/.git --exclude=/.nojekyll \
   --exclude=/CNAME --exclude=/robots.txt \
   docs/html/ ../cheetahtemplate3.github.io/ &&

cd ../cheetahtemplate3.github.io &&
sitemap_gen.py --config="$PROG_DIR"/cheetahtemplate.org-sitemapconfig.xml &&
exec git status