../../cvstools/paramchk -m Makefile.param $<
$(XSLT) $< ../profiling/profile.xsl $(PARAMPROF) profile.condition=html
$(XSLT) $(PARAMPROF) ../profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition
+ifeq ($(ADDNEWLINE),)
$(XSLT) $(PARAMSTRIP) ../../litprog/w2docbook.xsl $@
+else
+ $(XSLT) $(PARAMSTRIP) ../../litprog/w2docbook.xsl $@.tmp
+ $(XSLT) $@.tmp $(ADDNEWLINE) $@
+ $(RM) $@.tmp
+endif
$(RM) $(PARAMPROF) $(PARAMSTRIP)
param.xsl: param.xweb $(PARAMS)
../../cvstools/paramchk -m Makefile.param $<
$(XSLT) $< ../profiling/profile.xsl $(PARAMPROF) profile.condition=html
$(XSLT) $(PARAMPROF) ../profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition
+ifeq ($(ADDNEWLINE),)
$(XSLT) $(PARAMSTRIP) ../../litprog/xtangle.xsl $@
+else
+ $(XSLT) $(PARAMSTRIP) ../../litprog/xtangle.xsl $@.tmp
+ $(XSLT) $@.tmp $(ADDNEWLINE) $@
+ $(RM) $@.tmp
+endif
$(RM) $(PARAMPROF) $(PARAMSTRIP)
Makefile.param:
make
html-synop.xsl: ../html/synop.xsl
- $(XSLT) $< $(MAKE_SYNOP) $@
+ $(XSLT) $< $(HTML2ROFF) $@
clean:
$(RM) param.xml param.html param.xsl