[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #30556] base documentation being installed in /Developer/
From: |
Derek Fawcus |
Subject: |
[bug #30556] base documentation being installed in /Developer/ |
Date: |
Mon, 26 Jul 2010 20:55:15 +0000 |
User-agent: |
Firefox/3.6.3 |
URL:
<http://savannah.gnu.org/bugs/?30556>
Summary: base documentation being installed in /Developer/
Project: GNUstep
Submitted by: dfawcus
Submitted on: Mon 26 Jul 2010 08:55:15 PM GMT
Category: Base/Foundation
Severity: 3 - Normal
Item Group: Documentation
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
For some reason, part of the base documentation gets installed under
/Developer, rather than the tree under /GS that I have configured.
make[1]: Nothing to be done for `internal-textdoc-all'.
Making all for textdoc README...
make[1]: Nothing to be done for `internal-textdoc-all'.
Making all for textdoc ANNOUNCE...
make[1]: Nothing to be done for `internal-textdoc-all'.
Making all in manual ...
Making all for doc manual...
make[2]: Nothing to be done for `internal-doc-all'.
Making all in General ...
Making all for doc General...
make[2]: Nothing to be done for `internal-doc-all'.
make -C ../Source -f DocMakefile
make[1]: Entering directory `/gssrc/base/Source'
cp ../Documentation/Base.gsdoc .
cp ../Documentation/BaseAdditions.gsdoc .
Making all for doc Base...
make[2]: Nothing to be done for `internal-doc-all'.
Making all for doc BaseAdditions...
make[2]: Nothing to be done for `internal-doc-all'.
make[1]: Leaving directory `/gssrc/base/Source'
make -C ../Tools -f DocMakefile
make[1]: Entering directory `/gssrc/base/Tools'
cp -f ../Tools/BaseTools.gsdoc ../Documentation/BaseTools
Making all for doc BaseTools...
make[2]: Nothing to be done for `internal-doc-all'.
make[1]: Leaving directory `/gssrc/base/Tools'
Making install for doc coding-standards...
if [ -f coding-standards.pdf ]; then \
/usr/bin/install -c -p -m 644 coding-standards.pdf \
/GS/System/Library/Documentation/Developer/CodingStandards; \
fi
if [ -f coding-standards.info ]; then \
/usr/bin/install -c -p -m 644 coding-standards.info*
/GS/System/Library/Documentation/info; \
fi
if [ -f coding-standards_toc.html ]; then \
/usr/bin/install -c -p -m 644 coding-standards_*.html \
/GS/System/Library/Documentation/Developer/CodingStandards; \
fi
if [ -f coding-standards.html ]; then \
/usr/bin/install -c -p -m 644 coding-standards.html \
/GS/System/Library/Documentation/Developer/CodingStandards; \
fi
Making install for doc ReleaseNotes...
Installing doc ReleaseNotes...
Making install for textdoc INSTALL...
Creating
/GS/System/Library/Documentation/Developer/Base/ReleaseNotes/1.21.1...
Making install for textdoc NEWS...
Making install for textdoc README...
Making install for textdoc ANNOUNCE...
Making install in manual ...
Making install for doc manual...
if [ -f manual.pdf ]; then \
/usr/bin/install -c -p -m 644 manual.pdf \
/GS/System/Library/Documentation/Developer/Base/ProgrammingManual; \
fi
if [ -f manual.info ]; then \
/usr/bin/install -c -p -m 644 manual.info*
/GS/System/Library/Documentation/info; \
fi
if [ -f manual_toc.html ]; then \
/usr/bin/install -c -p -m 644 manual_*.html \
/GS/System/Library/Documentation/Developer/Base/ProgrammingManual; \
fi
if [ -f manual.html ]; then \
/usr/bin/install -c -p -m 644 manual.html \
/GS/System/Library/Documentation/Developer/Base/ProgrammingManual; \
fi
Making install in General ...
Making install for doc General...
Installing doc General...
rm -rf /Developer/Base/Reference
rm -rf /Developer/BaseAdditions/Reference
rm -rf /Developer/Tools/Reference
/GS/System/Library/Makefiles/mkinstalldirs /Developer/Base/Reference
/GS/System/Library/Makefiles/mkinstalldirs
/Developer/BaseAdditions/Reference
/GS/System/Library/Makefiles/mkinstalldirs /Developer/Tools/Reference
(cd Base; gnutar cf - .) | \
(cd /Developer/Base/Reference; gnutar xf -)
gnutar: current './' newer.
(cd BaseAdditions; gnutar cf - .) | \
(cd /Developer/BaseAdditions/Reference; gnutar xf -)
gnutar: current './' newer.
(cd BaseTools; gnutar cf - .) | \
(cd /Developer/Tools/Reference; gnutar xf -)
gnutar: current './' newer.
cp -f HtmlNav/index.html /Developer/..
cp -f HtmlNav/style.css /Developer/..
cp -f HtmlNav/gnustep-header14.jpg /Developer/..
cp -f HtmlNav/masthead-bg.jpg /Developer/..
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30556>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #30556] base documentation being installed in /Developer/,
Derek Fawcus <=