RSTSRCS=ocfaq.rst ocfaq.css REST=rst2html-pygments.py --stylesheet ocvoid.css ocfaq.rst ocfaq.html PANDOC=pandoc -o ocfaq.texi --to texinfo --from rst ocfaq.rst INFO=makeinfo -o ocfaq.info ocfaq.texi LATEX=rst2latex --output-encoding-error-handler=xmlcharrefreplace ocfaq.rstex ocfaq.tex faq: $(RSTSRCS) $(REST) # $(PANDOC) # $(INFO) $(LATEX) ./asking.sh