Author: Michael Banck <mbanck@debian.org>
Description: Build postscript file as default target and remove some more
 generated files on realclean.

--- a/doc/MakeRules.in
+++ b/doc/MakeRules.in
@@ -12,7 +12,7 @@
 # installing it.
 #
 
-default:: install
+default:: $(TARGET_PS)
 
 # Note that LaTeX should be run three times to resolve references
 $(TARGET_DVI): $(TEX) $(SUBTEX)
@@ -61,7 +61,7 @@
 #
 
 realclean:: dviclean psclean htmlclean
-	-rm -f *.aux *.log *.toc *.bbl
+	-rm -f *.aux *.log *.toc *.bbl *.blg *.out
 	-rm -rf html
 
 clean:: dviclean psclean htmlclean
