The unified diff between revisions [869f0c37..] and [e24ccc23..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'Makefile.am'

#
#
# patch "Makefile.am"
#  from [bedd826d1991853466ab57d77d80be1635014d17]
#    to [8f57b338067b43d1d1ae5de118323a6c67f6be7d]
#
============================================================
--- Makefile.am	bedd826d1991853466ab57d77d80be1635014d17
+++ Makefile.am	8f57b338067b43d1d1ae5de118323a6c67f6be7d
@@ -297,10 +297,12 @@ MAKEINFOFLAGS=-I $(top_builddir)

 MAKEINFOFLAGS=-I $(top_builddir)

-monotone.pdf: monotone.texi version.texi $(PDF_FIGURES)
+monotone.info: monotone.texi version.texi std_hooks.lua

-monotone.dvi: monotone.texi version.texi $(EPS_FIGURES)
+monotone.pdf: monotone.texi version.texi std_hooks.lua $(PDF_FIGURES)

+monotone.dvi: monotone.texi version.texi std_hooks.lua $(EPS_FIGURES)
+
 #%.eps: %.epsi
 #	mv $< $@
 #
@@ -408,14 +410,14 @@ package_full_revision.c: package_full_re

 # automake doesn't build html docs

-monotone.html: monotone.texi texinfo.css
+monotone.html: monotone.texi version.texi std_hooks.lua texinfo.css
 	makeinfo --no-split --no-headers --output $@ --html $<
 	perl -i.perlbak -pe 's@<head>@<head>\n<link type="text/css" rel="stylesheet" href="texinfo.css" />@' $@
 	rm -f monotone.html.perlbak

 # The .perlbak thing is needed, otherwise the perl executions fails on MinGW

-html: monotone.texi texinfo.css
+html: monotone.texi version.texi std_hooks.lua texinfo.css
 	mkdir -p html
 	makeinfo --number-sections --html --output html $<
 	perl -i.perlbak -pe 's@<head>@<head>\n<link type="text/css" rel="stylesheet" href="texinfo.css" />@' html/*.html