Run pdftex on gobject.texi twice
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Fri, 17 Jul 2009 06:54:17 +0000 (10:54 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Fri, 17 Jul 2009 06:54:17 +0000 (10:54 +0400)
doc/Makefile

index 5d7deb7..cc18d20 100644 (file)
@@ -13,4 +13,5 @@ gobject/index.html: gobject.texi
        makeinfo --html $<
 
 gobject.pdf: gobject.texi
+       pdftex $<
        pdftex $<
\ No newline at end of file