slony1 (1.2.21-1) 02_doc-make.patch

Summary

 doc/adminguide/Makefile |    1 +
 1 file changed, 1 insertion(+)

    
download this patch

Patch contents

Build html twice to get index.

--- a/doc/adminguide/Makefile
+++ b/doc/adminguide/Makefile
@@ -63,6 +63,7 @@ endif
 ##
 
 all: html man
+	$(MAKE) html
 
 installdirs:
 ifdef docdir