Comment out non-portable pattern rules that aren't being used, and
[debian/gnuradio] / pmt / doc / Makefile.am
index 2774a84444ae09b92ada5b2ff13cd2f0453cb713..18b82831a6ec837dbe9dfa0bc7771d38590f100d 100644 (file)
@@ -15,8 +15,8 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with GNU Radio; see the file COPYING.  If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
 # 
 
 TARGETS = 
@@ -39,5 +39,6 @@ BUILT_XML_FILES =
 clean:
        -rm -f $(TARGETS) $(BUILT_XML_FILES)
 
-%.html : %.xml
-       xmlto html-nochunks $<
+# This is non-portable pattern rule.
+#%.html : %.xml
+#      xmlto html-nochunks $<