ASCIIDOC_HTML=asciidoc --unsafe --backend=xhtml11 --conf-file=config.html --attribute icons --attribute iconsdir=graphics --attribute=badges DEPS = config.html layout1.css Makefile OUTS = index.html sjd.html contact.html jobs.html libidn.html \ gsasl.html shishi.html gss.html gnutls.html projects.html \ pubs.html support.html libtasn1.html libntlm.html all: htmls cvs htmls: $(OUTS) sjd.html: sjd.txt $(DEPS) $(ASCIIDOC_HTML) --attribute=index-only sjd.txt index.html: sjd.html sed -e 's,\(\),\1\r\n \r\n \r\n \r\n ,' \ -e 's,\(
\),
\r\n Image of Simon Josefsson\r\n
\r\n\1,' < sjd.html > index.html %.html: %.txt $(DEPS) $(ASCIIDOC_HTML) $< %.php: %.txt $(DEPS) $(ASCIIDOC_HTML) -o $@ $< cvs: cvs commit -m Update. $(OUTS) $(DEPS) ssh -l root yxa.extundo.com '(cd /home/httpd/josefsson.org; cvs upd -l)' clean: rm -f $(OUTS)