# # patch "ChangeLog" # from [00da8e51237cf7b4b675b5a3923ae01de7f2e41e] # to [b8b3014236d07e540a8c9bda016fd973d6d7e98a] # # patch "Makefile.am" # from [b8931172db23926fede28c3dad66a28e1ce05988] # to [bedd826d1991853466ab57d77d80be1635014d17] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,10 @@ 2005-05-21 Richard Levitte + * Makefile.am: Make monotone.pdf and monotone.dvi depend on + version.texi. + +2005-05-21 Richard Levitte + * monotone.texi: Add a note about the --brief option with 'monotone log', and restructure the synopsis since it was getting a bit silly with all possible variants. --- Makefile.am +++ Makefile.am @@ -297,9 +297,9 @@ MAKEINFOFLAGS=-I $(top_builddir) -monotone.pdf: monotone.texi $(PDF_FIGURES) +monotone.pdf: monotone.texi version.texi $(PDF_FIGURES) -monotone.dvi: monotone.texi $(EPS_FIGURES) +monotone.dvi: monotone.texi version.texi $(EPS_FIGURES) #%.eps: %.epsi # mv $< $@