Merge commit 'v3.3.0' into upstream
[debian/gnuradio] / mblock / doc / Makefile.am
index 731196437683b02a7a6ca79a1c99616748fc56f2..a806b25cf06eda1e51fd94b528b67e7020eae500 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,
@@ -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 $<