From a563bed2111e7e5c4309a37df031794ce0f75507 Mon Sep 17 00:00:00 2001 From: jacob berkman Date: Mon, 1 Oct 2001 23:39:49 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ docs/Makefile.am | 2 ++ 2 files changed, 7 insertions(+) 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 # #################################### -- 2.7.4