Oops!  Must have deleted a word by accident before the last check-in of this
file; "make" (the 'all' target) became a no-op!

Now works as previously described.
diff --git a/Doc/Makefile b/Doc/Makefile
index f080215..b8d0535 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -89,7 +89,7 @@
 MKPDF=		TEXINPUTS=$(TEXINPUTS) $(srcdir)/tools/mkdvi.sh --pdf
 
 # Main target
-all:
+all:	all-ps
 
 all-dvi:
 	(cd paper-$(PAPER); $(MAKE) all-dvi)