commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10516 - gnuradio/branches/developers/michaelld/fix_lo


From: michaelld
Subject: [Commit-gnuradio] r10516 - gnuradio/branches/developers/michaelld/fix_local_data_install/gnuradio-core/doc
Date: Wed, 25 Feb 2009 20:49:56 -0700 (MST)

Author: michaelld
Date: 2009-02-25 20:49:56 -0700 (Wed, 25 Feb 2009)
New Revision: 10516

Modified:
   
gnuradio/branches/developers/michaelld/fix_local_data_install/gnuradio-core/doc/Makefile.am
Log:
Moved installation of README and README.hacking to the top level
Makefile.am .



Modified: 
gnuradio/branches/developers/michaelld/fix_local_data_install/gnuradio-core/doc/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/michaelld/fix_local_data_install/gnuradio-core/doc/Makefile.am
 2009-02-26 03:41:29 UTC (rev 10515)
+++ 
gnuradio/branches/developers/michaelld/fix_local_data_install/gnuradio-core/doc/Makefile.am
 2009-02-26 03:49:56 UTC (rev 10516)
@@ -23,8 +23,6 @@
 
 SUBDIRS = other xml-swig
 
-EXTRA_DIST = 
-
 all-local: prep @generate_docs@
 doc: docs            # alias
 
@@ -37,19 +35,10 @@
        mkdir -p xml
 
 install-data-local:
-       $(mkinstalldirs) $(DESTDIR)$(gr_docdir)
-       @for i in $(top_srcdir)/README $(top_srcdir)/README.hacking; do \
-               echo "$(INSTALL_DATA) $$i $(DESTDIR)$(gr_docdir)"; \
-               $(INSTALL_DATA) $$i $(DESTDIR)$(gr_docdir); \
-       done
        cp -r html $(DESTDIR)$(gr_docdir)
        cp -r xml $(DESTDIR)$(gr_docdir)
 
 uninstall-local:
-       @for i in README README.hacking; do \
-               echo "$(RM) $(DESTDIR)$(gr_docdir)/$$i;"; \
-               $(RM) $(DESTDIR)$(gr_docdir)/$$i; \
-       done
        $(RM) -fr $(DESTDIR)$(gr_docdir)/html
        $(RM) -fr $(DESTDIR)$(gr_docdir)/xml
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]