Blame | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-# Makefile for building docfilesdocfiles: INSTALL FAQsinclude RWVERSIONSED=sedRVER = `cut -d' ' -f1 ../../VERSION | sed -n 1p`SEDVER = -e s/@RVER@/$(RVER)/g -e s/@RWVER@/$(RPREFIX)/gINSTALL: INSTALL.in ../../VERSION RWVERSION$(SED) $(SEDVER) INSTALL.in > INSTALLFAQs: rw-faq fixed/html/rw-FAQ.htmlfixed/html/rw-FAQ.html: rw-FAQ.texi ../../VERSION RWVERSION@$(SED) $(SEDVER) $< > tmp.teximakeinfo --no-split --html --no-headers --number-sections -o tmp.html tmp.texi-tidy tmp.html > $@ 2> /dev/null@rm tmp.texi tmp.htmlrw-faq: rw-FAQ.texi ../../VERSION RWVERSION$(SED) $(SEDVER) $< | \makeinfo --no-headers --number-sections -o $@