doc -> docs (pypi)

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-10-25 17:17:52 +02:00
parent a221e6a233
commit 6d1e4d06cf
133 changed files with 12 additions and 12 deletions

16
.gitignore vendored
View File

@ -2,14 +2,14 @@
.*.swp
# Ignore generated manpages
doc/man/.marker
doc/man/man1/*.1
doc/man/man7/*.7
doc/man/man*/*.html
doc/man/man*/*.xml
doc/man/man7/cdist-type__*.text
doc/man/man7/cdist-reference.text
doc/man/man*/docbook-xsl.css
docs/man/.marker
docs/man/man1/*.1
docs/man/man7/*.7
docs/man/man*/*.html
docs/man/man*/*.xml
docs/man/man7/cdist-type__*.text
docs/man/man7/cdist-reference.text
docs/man/man*/docbook-xsl.css
# Ignore cdist cache for version control
/cache/

8
build
View File

@ -39,10 +39,10 @@ WEBMAN=$WEBBASE/man/$version
WEBPAGE=${WEBBASE}.mdwn
# Documentation
MANDIR=doc/man
MANDIR=docs/man
MAN1DSTDIR=${MANDIR}/man1
MAN7DSTDIR=${MANDIR}/man7
SPEECHESDIR=doc/speeches
SPEECHESDIR=docs/speeches
case "$1" in
man)
@ -75,7 +75,7 @@ case "$1" in
mantype)
for mansrc in conf/type/*/man.text; do
dst="$(echo $mansrc | sed -e 's;conf/;cdist-;' -e 's;/;;' -e 's;/man;;' -e 's;^;doc/man/man7/;')"
dst="$(echo $mansrc | sed -e 's;conf/;cdist-;' -e 's;/;;' -e 's;/man;;' -e 's;^;docs/man/man7/;')"
ln -sf "../../../$mansrc" "$dst"
done
;;
@ -85,7 +85,7 @@ case "$1" in
;;
release)
./doc/dev/releasechecklist
./docs/dev/releasechecklist
;;
speeches)

Some files were not shown because too many files have changed in this diff Show More