X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=pmt%2Fdoc%2FMakefile.am;h=18b82831a6ec837dbe9dfa0bc7771d38590f100d;hb=418075553b255199911e965041211211a7a4e5d9;hp=731196437683b02a7a6ca79a1c99616748fc56f2;hpb=86f5c92427b3f4bb30536d76cf63c3fca388fb2f;p=debian%2Fgnuradio diff --git a/pmt/doc/Makefile.am b/pmt/doc/Makefile.am index 73119643..18b82831 100644 --- a/pmt/doc/Makefile.am +++ b/pmt/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 $<