[med-svn] [Git][med-team/community/helper-scripts][master] Fix path of documentation
Andreas Tille
gitlab at salsa.debian.org
Fri Mar 9 12:54:03 UTC 2018
Andreas Tille pushed to branch master at Debian Med / community / helper-scripts
Commits:
6578d7a1 by Andreas Tille at 2018-03-09T13:53:45+01:00
Fix path of documentation
- - - - -
1 changed file:
- create_README.source
Changes:
=====================================
create_README.source
=====================================
--- a/create_README.source
+++ b/create_README.source
@@ -20,7 +20,7 @@ for rda in `ls ../data/*.rda ../data/*.RData 2>/dev/null` ; do
>&2 echo "Verify documentation for $rda manually"
else
echo "Files: data/$(basename $rda)"
- echo "Documented: $rdoc"
+ echo $rdoc | sed 's#^\.\./#Documented: #'
grep '\\title' $rdoc | sed -e 's/^\\title{/ /' -e 's/ *} *$//'
echo ""
fi
View it on GitLab: https://salsa.debian.org/med-team/community/helper-scripts/commit/6578d7a19e018f64340e9ce1e3a41851d9af764e
---
View it on GitLab: https://salsa.debian.org/med-team/community/helper-scripts/commit/6578d7a19e018f64340e9ce1e3a41851d9af764e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180309/b28ead05/attachment.html>
More information about the debian-med-commit
mailing list