Code review comment for lp:~facundo/ubuntuone-client/aq-memory-improvements

Revision history for this message
dobey (dobey) wrote :

This should fix the dbus-docs failing problem during make dist:

=== modified file 'Makefile.am'
--- Makefile.am 2010-07-15 22:03:27 +0000
+++ Makefile.am 2010-08-23 14:35:33 +0000
@@ -76,7 +76,7 @@ test-coverage: logging.conf $(clientdefs

 check: lint test Makefile

-docs: Makefile
+docs: $(clientdefs_DATA) Makefile
  $(mkdir_p) docs
  if test "x$(builddir)" != "x$(srcdir)" -a -f "$(srcdir)/docs/syncdaemon_dbus_api.txt"; then \
   $(LN_S) "$(top_srcdir)/docs/syncdaemon_dbus_api.txt" "docs/syncdaemon_dbus_api.txt"; \

« Back to merge proposal