Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/doc/xidepend')
-rwxr-xr-xwinsup/doc/xidepend2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/xidepend b/winsup/doc/xidepend
index d3b233a57..2a1fc831d 100755
--- a/winsup/doc/xidepend
+++ b/winsup/doc/xidepend
@@ -15,7 +15,7 @@ do
then
# This file uses XIncludes. Let's chase its deps recursively.
base=`basename "$f" .xml`
- if [ $subproc -eq 0 ] ; then echo -n "$base/$base.html $base/$base.pdf:" ; fi
+ if [ $subproc -eq 0 ] ; then echo -n "$base/$base.html:" ; fi
deps=`grep 'xi:include.*href' "$f" | cut -f2 -d\" | tr '\n' ' '`
echo -n " $deps"