From 3d1a71e997f9ac71f9e801af9d2e5a1b263a62df Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 26 Apr 2018 02:38:23 +0300 Subject: Fix a couple of typos --- tools/README | 1 + tools/html-to-atom.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/README b/tools/README index c7bf4c9..43dfea4 100644 --- a/tools/README +++ b/tools/README @@ -6,6 +6,7 @@ works for now, and is pretty simple. Editing: + - skeleton.xml is the primary skeleton to start with, for *.xhtml files in ~/homepage/src/. diff --git a/tools/html-to-atom.sh b/tools/html-to-atom.sh index aa665b0..6fb2e01 100755 --- a/tools/html-to-atom.sh +++ b/tools/html-to-atom.sh @@ -11,7 +11,7 @@ ATOM="${BASEDIR}/atom.xml" echo '' && find "${BASEDIR}" -name '*.xhtml' | grep -Ev "^(${TOOLS}|${SOURCES}).*" | - sed -e "sS^${BASEDIR}\(.*\)SS" && + sed -e "sS^${BASEDIR}/\(.*\)SS" && echo '') | xsltproc "${TOOLS}/html-to-atom-dump.xsl" - | xsltproc "${TOOLS}/atom-sort.xsl" - | -- cgit v1.2.3