[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10517 - gnuradio/branches/developers/michaelld/fix_lo
From: |
michaelld |
Subject: |
[Commit-gnuradio] r10517 - gnuradio/branches/developers/michaelld/fix_local_data_install |
Date: |
Wed, 25 Feb 2009 20:51:37 -0700 (MST) |
Author: michaelld
Date: 2009-02-25 20:51:37 -0700 (Wed, 25 Feb 2009)
New Revision: 10517
Modified:
gnuradio/branches/developers/michaelld/fix_local_data_install/Makefile.am
Log:
Added README and README.hacking to the list of local data file to be
both installed and distributed using Automake-generated install and
removal rules; removed them from the EXTRA_DIST list.
Modified:
gnuradio/branches/developers/michaelld/fix_local_data_install/Makefile.am
===================================================================
--- gnuradio/branches/developers/michaelld/fix_local_data_install/Makefile.am
2009-02-26 03:49:56 UTC (rev 10516)
+++ gnuradio/branches/developers/michaelld/fix_local_data_install/Makefile.am
2009-02-26 03:51:37 UTC (rev 10517)
@@ -1,5 +1,5 @@
#
-# Copyright 2001,2006,2008 Free Software Foundation, Inc.
+# Copyright 2001,2006,2008,2009 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -28,9 +28,11 @@
configure \
configure-cell-cross \
config.h.in \
- run_tests.sh.in \
- README.hacking \
- README.building-boost
+ run_tests.sh.in
+dist_gr_doc_DATA = \
+ README \
+ README.hacking
+
SUBDIRS = @build_dirs@
DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10517 - gnuradio/branches/developers/michaelld/fix_local_data_install,
michaelld <=