depend on all-local so that make dist works correctly w/o having to build
authorjacob berkman <jacob@ximian.com>
Mon, 1 Oct 2001 23:39:49 +0000 (23:39 +0000)
committerJacob Berkman <jberkman@src.gnome.org>
Mon, 1 Oct 2001 23:39:49 +0000 (23:39 +0000)
2001-10-01  jacob berkman  <jacob@ximian.com>

* docs/Makefile.am (dist-hook-local): depend on all-local so that
make dist works correctly w/o having to build first

ChangeLog
docs/Makefile.am

index 8f95cd0..a6f0b90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-01  jacob berkman  <jacob@ximian.com>
+
+       * 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  <tml@iki.fi>
 
        * configure.in: Add AC_LIBTOOL_WIN32_DLL.
index 3bfaa66..d993720 100644 (file)
@@ -26,6 +26,8 @@ content_files =
 # Other files to distribute
 extra_files =
 
+dist-hook-local: all-local
+
 ####################################
 # Everything below here is generic #
 ####################################