summaryrefslogtreecommitdiff
path: root/app/doxfileversionfilter.sh
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-03-19 19:56:15 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-03-19 19:56:15 +0100
commit1542c122b3672fe83e027411ad2445772e2d0ed3 (patch)
treee535bc621bd7ffa9d5ce89e0d495df5d1c4ab6fd /app/doxfileversionfilter.sh
parent773810e6583142d7d15263e6481c42aebed6d7f1 (diff)
parentd1a8285f818eb7e5c3d6a05709ea21a808490b8c (diff)
Update upstream source from tag 'upstream/5.1.0'
Update to upstream version '5.1.0' with Debian dir 93ca74b8b4602fce4c9c7740e0cfdde25f086673
Diffstat (limited to 'app/doxfileversionfilter.sh')
-rw-r--r--app/doxfileversionfilter.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/doxfileversionfilter.sh b/app/doxfileversionfilter.sh
deleted file mode 100644
index 5078bd4..0000000
--- a/app/doxfileversionfilter.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# a script to get the cvs version number of a particular file
-# used by doxygen to identify the source of the doxygen-produced documentation
-# $1 contains the full pathname of the file of interest. cvs expects a pathname
-# relative to the directory from which doxygen is invoked.
-# Note that the cvs status command must consult the server (sourceforge.net)
-# and is therefore quite slow.
-
-WD=`pwd`
-FN=`echo "$1" | sed "s|${WD}/||" `
-cvs status ${FN} | sed -n 's/^[ \]*Working revision:[ \t]*\([0-9][0-9\.]*\).*/\1/p' \ No newline at end of file