[pktools] 53/375: explanation how to update repository home page in createappsdox.sh

Bas Couwenberg sebastic at xs4all.nl
Wed Dec 3 21:53:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch upstream-master
in repository pktools.

commit f1ca6a3850a448ca7380718b77e8c11a656fd121
Author: Pieter Kempeneers <kempenep at gmail.com>
Date:   Mon Feb 4 13:57:49 2013 +0100

    explanation how to update repository home page in createappsdox.sh
---
 doc/createappsdox.sh | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/doc/createappsdox.sh b/doc/createappsdox.sh
index d1f6985..f38fa26 100755
--- a/doc/createappsdox.sh
+++ b/doc/createappsdox.sh
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+echo "create header"
 cat > ../doc/header.dox <<EOF
 \section thetool thetool
 theshortdescription
@@ -19,6 +20,7 @@ thelongdescription
 |-----|----|----|-------|-----------|
 EOF
 
+echo "create dox files for applications"
 for file in ../src/apps/pk*.cc;do    
     THETOOL=$(basename $file .cc)
     echo ${THETOOL}
@@ -33,8 +35,21 @@ for file in ../src/apps/pk*.cc;do
     ${THETOOL} --doxygen|sed '$d' >> ../doc/${THETOOL}.dox
 done
 
+echo "create general dox file for aps list"
 for file in ../src/apps/pk*.cc;do
     THETOOL=$(basename $file .cc)
     THESHORTDESCRIPTION=$(grep "${THETOOL}.cc: " $file | awk -v FS=':' '{print $2}')
     echo "- \\ref ${THETOOL} ${THESHORTDESCRIPTION}"; 
-done > ../doc/apps.dox
\ No newline at end of file
+done > ../doc/apps.dox
+
+echo "Savannah repository for homepage can only be maintained via cvs"
+#mkdir ~/tmp
+#cd ~/tmp
+#cvs -z3 -d:ext:kempenep at cvs.sv.gnu.org:/web/pktools co pktools"
+#cd pktools/html
+#rm *
+#cvs rm *
+#rsync -avz <orig html>/ ~/tmp/pktools/html
+#cvs add *
+#cvs commit -m "update of repository homepage"
+#rm -r ~/tmp/pktools
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list