Changing names to avoid the name of the document.

This commit is contained in:
Joel Sherrill
1999-10-06 16:39:51 +00:00
parent dbba80a9fb
commit 5a09589f8b
4 changed files with 6 additions and 1347 deletions

View File

@@ -83,8 +83,10 @@ decdriver.texi: decdriver.t Makefile
html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/$(PROJECT)
rm -f $(WWW_INSTALL)/$(PROJECT)/networking.gif
cp networking.gif $(WWW_INSTALL)/$(PROJECT)/networking.gif
rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.png
cp networkflow.png $(WWW_INSTALL)/$(PROJECT)/networkflow.png
rm -f $(WWW_INSTALL)/$(PROJECT)/PCIreg.png
cp PCIreg.png $(WWW_INSTALL)/$(PROJECT)/PCIreg.png
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
$(PROJECT).texi

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -27,7 +27,7 @@ NO ASCII VERSION OF THE TASKING FIGURE IS AVAILABLE
@example
@group
@c why does this not work?
@c @image{networking}
@c @image{networkflow}
NO TEX VERSION OF THE TASKING FIGURE IS AVAILABLE
@end group
@end example
@@ -35,7 +35,7 @@ NO TEX VERSION OF THE TASKING FIGURE IS AVAILABLE
@ifset use-html
@html
<IMG SRC="networking.gif" ALIGN=CENTER
<IMG SRC="networkflow.png" ALIGN=CENTER
ALT="Network Task Structure and Data Flow">
@end html
@end ifset