Skip to content

Commit

Permalink
Minor cleaning of build-pp-demo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
egallesio committed Aug 2, 2023
1 parent ca734f7 commit b824f7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/pp/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ extradoc: pdf
../HTML/$(SAMPLE): Resources/mymd-prelude.templ Resources/mymd-postlude.templ \
Resources/pp-demo.md
mkdir -p ../HTML
(cd Resources; build-pp-demo.sh)
(cd Resources; ./build-pp-demo.sh)

# ----------------------------------------------------------------------
../PDF/$(PDF): tmp-pdf.txt
Expand Down
7 changes: 4 additions & 3 deletions doc/pp/Resources/build-pp-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#
# Author: Erick Gallesio [[email protected]]
# Creation date: 22-Jul-2023 18:13
# Last file update: 22-Jul-2023 18:40 (eg)

../../../src/stklos -q -I ../../../lib -f ../../../utils/stklos-pp.stk \
-- -o ../../HTML/pp-demo.html pp-demo.md
TOP=../../..

${TOP}/src/stklos -q -I ${TOP}/lib -f ${TOP}/utils/stklos-pp.stk \
-- -o ${TOP}/doc/HTML/pp-demo.html pp-demo.md

0 comments on commit b824f7e

Please sign in to comment.