Advertisement
Guest User

Untitled

a guest
May 3rd, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. DOCS := $(patsubst %.txt,%,$(wildcard *.txt */*.txt))
  2.  
  3. html: xref_en.links $(patsubst %,%.html,$(DOCS))
  4.  
  5. %.html: %.txt
  6. asciidoc -a linksfile=xref_en.links -a stylesheet=$(shell pwd)/linuxcnc.css -f xhtml11.conf -d book -a toc -a numbered -b xhtml11 $< || (X=$$?; rm $@; exit $$X)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement