Skip to content

Commit

Permalink
docs: Finish the fixing of too many SUN/247s
Browse files Browse the repository at this point in the history
This completes 5e6e36a

The problem had to be fixed in the original component.xml.in
files such that Makefile.dependencies would be updated properly
and would not reverse the previous commit.
  • Loading branch information
timj committed Dec 6, 2014
1 parent 5e6e36a commit 500a02f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile.dependencies
Expand Up @@ -2930,12 +2930,12 @@ $(MANIFESTS)/sun189: \

$(MANIFESTS)/sun192: \
$(MANIFESTS)/star2html
cd docs/sun/247 \
cd docs/sun/192 \
&& $(MAKE_CPT)

$(MANIFESTS)/sun197: \
$(MANIFESTS)/star2html
cd docs/sun/247 \
cd docs/sun/197 \
&& $(MAKE_CPT)

$(MANIFESTS)/sun20: \
Expand Down
2 changes: 1 addition & 1 deletion docs/sun/192/component.xml
Expand Up @@ -4,7 +4,7 @@

<component id="sun192">
<version>1</version>
<path>docs/sun/247</path>
<path>docs/sun/192</path>
<description>nu/TPU --- A DEC TPU compatible editor for UNIX</description>
<abstract><p>

Expand Down
2 changes: 1 addition & 1 deletion docs/sun/192/component.xml.in
Expand Up @@ -4,7 +4,7 @@

<component id="@PACKAGE@">
<version>@PACKAGE_VERSION@</version>
<path>docs/sun/247</path>
<path>docs/sun/192</path>
<description>nu/TPU --- A DEC TPU compatible editor for UNIX</description>
<abstract><p>

Expand Down
2 changes: 1 addition & 1 deletion docs/sun/197/component.xml
Expand Up @@ -4,7 +4,7 @@

<component id="sun197">
<version>2</version>
<path>docs/sun/247</path>
<path>docs/sun/197</path>
<description>GHOSTSCRIPT - PostScript Interpreter/previewer</description>
<abstract><p>
This document announces the availability of GHOSTSCRIPT on Starlink.
Expand Down
2 changes: 1 addition & 1 deletion docs/sun/197/component.xml.in
Expand Up @@ -4,7 +4,7 @@

<component id="@PACKAGE@">
<version>@PACKAGE_VERSION@</version>
<path>docs/sun/247</path>
<path>docs/sun/197</path>
<description>GHOSTSCRIPT - PostScript Interpreter/previewer</description>
<abstract><p>
This document announces the availability of GHOSTSCRIPT on Starlink.
Expand Down

1 comment on commit 500a02f

@MalcolmCurrie
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's my earlier commit after I realised given sustenance that I'd not dealt
with the individual component.xml.in. It was better than watching the awful
footy. However, I can't push from home.

Author: Malcolm J. Currie mjc@star.rl.ac.uk 2014-12-06 05:38:02
Committer: Malcolm J. Currie mjc@star.rl.ac.uk 2014-12-06 19:19:53
Parent: 5e6e36a (build: too many SUN/247s)
Child: 91fe2af1173c30a3b1bdd5ae6f69cdc43f29b15d (Figaro: Update some of the related applications to prevent hlink warnings.)
Branch: master
Follows: create-2014A
Precedes:

docs: Complete setting the correct paths for two SUNs in the sodurce.

Completes Commit 5e6e36ac1f4fe after raising blood-sugar level.

I detest having built files in the repository.

Please sign in to comment.