summaryrefslogtreecommitdiff
path: root/mblock
diff options
context:
space:
mode:
Diffstat (limited to 'mblock')
-rw-r--r--mblock/doc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/mblock/doc/Makefile.am b/mblock/doc/Makefile.am
index 7311964376..18b82831a6 100644
--- a/mblock/doc/Makefile.am
+++ b/mblock/doc/Makefile.am
@@ -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 $<