# # # patch "ChangeLog" # from [c028c4cb467f1b8876875602615713e36d542eab] # to [e741cdaac24499b6513e2f1b9e8d3c54d8dd7b8e] # # patch "Makefile.am" # from [d4ad27fc9fa7d8d2b82c512a67adbd237b7fcca1] # to [380383c22ef6bb6b1d7203b215dbed739c249c63] # ============================================================ --- ChangeLog c028c4cb467f1b8876875602615713e36d542eab +++ ChangeLog e741cdaac24499b6513e2f1b9e8d3c54d8dd7b8e @@ -1,5 +1,10 @@ 2006-02-14 Richard Levitte + * Makefile.am (htmldir): Add variables so monotone.html is created + and installed automatically. + This is prompted by debian/monotone.html, which indicates + monotone.html should be available. + * netsync.cc (serve_connections): Correct spelling. 2006-02-12 Nathaniel Smith ============================================================ --- Makefile.am d4ad27fc9fa7d8d2b82c512a67adbd237b7fcca1 +++ Makefile.am 380383c22ef6bb6b1d7203b215dbed739c249c63 @@ -241,6 +241,9 @@ $(LUA_SOURCES) \ $(SQLITE_SOURCES) +htmldir = $(datadir)/doc/monotone +html_DATA = monotone.html + # flags if BUILD_PCH