changing urls

This commit is contained in:
brent s
2020-11-25 17:23:29 -05:00
parent 235bf577f6
commit 762e3549df
3 changed files with 6 additions and 6 deletions

View File

@@ -9,8 +9,8 @@ fi
# Use -n to number sections.
asciidoctor -D ${DESTDIR} -o cv.html cv.adoc
asciidoctor -D ${DESTDIR} -n -o resume.html resume.adoc
asciidoctor -D ${DESTDIR}/cv -n -o index.html cv.adoc
asciidoctor -D ${DESTDIR}/resume -n -o index.html resume.adoc
#asciidoctor-pdf -a filetype=pdf -D ${DESTDIR} -d article cv.adoc
asciidoctor-pdf -a filetype=pdf -D ${DESTDIR} cv.adoc