Lines Matching defs:BASE
0 BASE=ctwm.1
3 HTML=${BASE}.html
6 man: ${BASE}
11 sed -i '' -e "s/@ctwm_version_str@/`head -1 ../../VERSION`/" ${HTML} ${BASE}
14 rm -f ${BASE} ${HTML}
29 html-asciidoc: ${BASE}.adoc
30 asciidoc -atoc -anumbered -o ${BASE}.html ${BASE}.adoc
32 html-asciidoctor: ${BASE}.adoc
33 asciidoctor -atoc -anumbered -o ${BASE}.html ${BASE}.adoc
37 man-asciidoc-a2x: ${BASE}.adoc
38 a2x --doctype manpage --format manpage ${BASE}.adoc
40 man-asciidoc-adoc: ${BASE}.adoc
41 asciidoc -b docbook -d manpage -o ${BASE}.xml ${BASE}.adoc
42 xmlto man ${BASE}.xml
44 man-asciidoctor: ${BASE}.adoc
45 asciidoctor -b manpage -o ${BASE} ${BASE}.adoc
51 ${HTML}: ${BASE}.adoc
54 ${BASE}: ${BASE}.adoc