From: jacob berkman Date: Mon, 1 Oct 2001 23:39:49 +0000 (+0000) Subject: depend on all-local so that make dist works correctly w/o having to build X-Git-Tag: ATK_0_6~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a563bed2111e7e5c4309a37df031794ce0f75507;p=platform%2Fupstream%2Fatk.git depend on all-local so that make dist works correctly w/o having to build 2001-10-01 jacob berkman * docs/Makefile.am (dist-hook-local): depend on all-local so that make dist works correctly w/o having to build first --- diff --git a/ChangeLog b/ChangeLog index 8f95cd0..a6f0b90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-01 jacob berkman + + * docs/Makefile.am (dist-hook-local): depend on all-local so that + make dist works correctly w/o having to build first + 2001-10-01 Tor Lillqvist * configure.in: Add AC_LIBTOOL_WIN32_DLL. diff --git a/docs/Makefile.am b/docs/Makefile.am index 3bfaa66..d993720 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -26,6 +26,8 @@ content_files = # Other files to distribute extra_files = +dist-hook-local: all-local + #################################### # Everything below here is generic # ####################################