forked from ungleich-public/cdist
doc -> docs (pypi)
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
a221e6a233
commit
6d1e4d06cf
133 changed files with 12 additions and 12 deletions
.gitignorebuild
docs
changelogchangelog-2.1
dev
benchmark-oprofilebenchmark-parallel-deploy
debug
fancy-ideasgit-post-commit-hookheaderlastchangeslogs
2010-09-252010-11-02.steven2010-11-092010-11-212010-11-292010-12-01
releasechecklist2010-12-01.handwritten
2011-01-172011-01-18.type-creation2011-01-242011-02-032011-02-04.steven2011-02-222011-02-242011-02-272011-03-032011-03-072011-03-092011-03-152011-03-15.file_directory_link2011-03-23.autorequire2011-03-23.manifest_use_explorer2011-03-27.pgrep2011-03-28.execution-order2011-04-02.yum2011-04-04.openbsd2011-04-192011-04-20.slashdot-articles2011-04-21.benchmark-eth2011-04-21.benchmark-from-home.with-stdout2011-04-272011-04-27.benchmark2011-04-27.benchmark.dash2011-04-27.debug-timing2011-05-092011-05-102011-05-10.benchmark2011-05-122011-06-13.installation-via-cdist2011-06-14.library_for_user2011-06-24.cinst_preos2011-06-25.trigger-graphic2011-07-01.type-gencode2011-07-01.type-global-explorers2011-09-08.obsolete_debugging2011-09-122011-09-12.benchmark-home2011-09-132011-09-16.benchmark-r815-no-control-socket2011-09-16.benchmark-r815-no-control-socket.dmidecode2011-10-042011-10-052011-10-062011-10-06.ssh_scp_sudo_chroot2011-10-11.emulator-output2011-10-122011-10-13.output2011-10-14.error-output2011-10-15.prefix-output-missing2011-10-15.ugly-output-on-breaking-explorer2011-10-16.keyboardirqoutputs2011-10-18.requirement-object2011-10-18.traceback-gencode2011-11-15.startup-yannick2012-01-06.python3-in-distros2012-01-07.urls2012-01-18.urls2012-02-08.explorer-depends-on-another-type2012-02-10.object_id-and-slashes2012-02-13.dependencies2012-02-15.steven2012-02-17.keyboardirq2012-02-20.debug-jake-deps2012-02-20.error-does-not-contain-host2012-05-24.makedirs.py-python3.12012-05-30.ifconfig-outputs2012-05-31.csh-compatibilty2012-06-06.wikipedia2012-06-15.explorer-dep-problem2012-10-17.conflicting-types-problemREADMElinklisttimes
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -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
8
build
|
@ -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
Loading…
Add table
Reference in a new issue