Skip to content
Snippets Groups Projects

Add support for swh package using src/swh directory structure

Merged David Douard requested to merge douardda/swh-docs:support-src into master
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -17,6 +17,9 @@ create_links () {
if [ -d "../../../${pymodule}/swh" ] ; then
cp -r -f --symbolic-link $(realpath ../../../${pymodule}/swh/*) sources/swh/
fi
if [ -d "../../../${pymodule}/src/swh" ] ; then
cp -r -f --symbolic-link $(realpath ../../../${pymodule}/src/swh/*) sources/swh/
fi
pushd ../../../${pymodule}
for EXT in rst md; do
if [ -f README.$EXT -a ! -f docs/README.$EXT ] ; then
Loading