]> git.pond.sub.org Git - empserver/blobdiff - Make.mk
A* path and neighbor cache performance statistics
[empserver] / Make.mk
diff --git a/Make.mk b/Make.mk
index 22d43050d3bc9867a89fbaa83a94ee243f5829e7..5c29eb6fcfe34699637455e8e7f915782da049b4 100644 (file)
--- a/Make.mk
+++ b/Make.mk
@@ -33,7 +33,7 @@
 
 # This makefile was inspired by `Recursive Make Considered Harmful',
 # Peter Miller, 1997.
-# http://www.pcug.org.au/~millerp/rmch/recu-make-cons-harm.html
+# http://miller.emu.id.au/pmiller/books/rmch/
 
 # Recursively expanded variables are occasionally useful, but can be
 # slow and tricky.  Do not use them gratuitously.  If you don't
@@ -131,6 +131,7 @@ ttop := info/TOP.t
 # Formatted info:
 info.nr := $(addprefix info.nr/, $(info))
 info.html := $(addprefix info.html/, $(addsuffix .html, $(info)))
+info.all := $(info.nr) $(info.html) info.ps
 
 # Conditionally generated files:
 empth_obj := src/lib/empthread/io.o
@@ -155,7 +156,7 @@ endif
 # Each generated file should be in one of the following sets.
 # Removed by clean:
 clean := $(obj) $(deps) $(libs) $(util) $(client) $(server) $(tsubj)   \
-$(ttop) $(info.nr) $(info.html) $(empth_obj) $(empth_lib)
+$(ttop) $(info.all) $(empth_obj) $(empth_lib)
 # Removed by distclean:
 distclean := $(ac) $(mk)
 # Distributed by dist-source from $(srcdir):