Makefile 467 B

123456789101112131415
  1. docs = counter_list.xml
  2. docbook_dir = ../../../docbook
  3. # no subsection listed in the main TOC
  4. xsltproc_flags+= --stringparam toc.section.depth 0
  5. xsltproc_flags+= --stringparam section.autolabel 1
  6. xsltproc_flags+= --stringparam section.label.includes.component.label 1
  7. include $(docbook_dir)/Makefile
  8. # updates to the html generated file
  9. .PHONY: html-update
  10. html-update:
  11. # strip first to lines (xml and doctype constraints)
  12. sed -i '1,2d' $(basename $(docs)).html