Imported Upstream version 3.0.4
[debian/gnuradio] / gnuradio-core / doc / Makefile.am
index 2636d743317fd160eef26f3d267af8e3caf3bdbf..4786b37598298da2ff102003d5b0e60bc1e86282 100644 (file)
@@ -5,7 +5,7 @@
 # 
 # GNU Radio is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 # 
 # GNU Radio is distributed in the hope that it will be useful,
@@ -54,14 +54,14 @@ prep:
 
 install-data-local:
        $(mkinstalldirs) $(DESTDIR)$(docdir)
-       @for i in $(top_srcdir)/README $(top_srcdir)/README.hacking $(top_srcdir)/ChangeLog; do \
+       @for i in $(top_srcdir)/README $(top_srcdir)/README.hacking; do \
                echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)"; \
                $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \
        done
        cp -r html $(DESTDIR)$(docdir)
 
 uninstall-local:
-       @for i in README README.hacking ChangeLog; do \
+       @for i in README README.hacking; do \
                echo "$(RM) $(DESTDIR)$(docdir)/$$i;"; \
                $(RM) $(DESTDIR)$(docdir)/$$i; \
        done