add missing dependencies

This commit is contained in:
Tom Henderson
2009-11-13 09:19:06 -08:00
parent f15069aca0
commit f27efc04c2
2 changed files with 23 additions and 0 deletions

View File

@@ -32,10 +32,22 @@ IMAGES = $(IMAGES_EPS) $(IMAGES_PNG) $(IMAGES_PDF)
CHAPTERS = \
manual.texi \
animation.texi \
attributes.texi \
bridge.texi \
callbacks.texi \
csma.texi \
emulation.texi \
emu.texi \
flow-monitor.texi \
helpers.texi \
internet.texi \
ipv4.texi \
ipv6.texi \
log.texi \
manual.texi \
mesh.texi \
names.texi \
new-models.texi \
node.texi \
objects.texi \
@@ -43,11 +55,16 @@ CHAPTERS = \
output.texi \
packets.texi \
point-to-point.texi \
python.texi \
random.texi \
realtime.texi \
routing.texi \
simple.texi \
sockets.texi \
statistics.texi \
tap.texi \
tcp.texi \
tracing.texi \
troubleshoot.texi \
wifi.texi

View File

@@ -19,7 +19,13 @@ IMAGES = $(IMAGES_EPS) $(IMAGES_PNG) $(IMAGES_PDF)
CHAPTERS = \
testing.texi \
overview.texi \
background.texi \
testing-framework.texi \
how-to-write-tests.texi \
validation.texi \
random-variables.texi \
propagation-loss.texi \
references.texi \
%.eps : %.dia; $(DIA) -t eps $< -e $@
%.png : %.dia; $(DIA) -t png $< -e $@