Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet
VPLPP
Commits
a4e24307
Commit
a4e24307
authored
Dec 03, 2021
by
Vincent Danjean
Browse files
Execution of orgvpl without being in PATH
parent
00c24e07
Changes
2
Hide whitespace changes
Inline
Side-by-side
OrgVpl_Makefile
View file @
a4e24307
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# - or executes locally a run, a debug or an evaluate for the given name
# - or executes locally a run, a debug or an evaluate for the given name
THIS_MAKEFILE=$(lastword $(MAKEFILE_LIST))
THIS_MAKEFILE=$(lastword $(MAKEFILE_LIST))
VPLPP=$(dir $(THIS_MAKEFILE))
VPLPP=
$(abspath
$(dir $(THIS_MAKEFILE))
)
BASES=Basic_System C_Programming
BASES=Basic_System C_Programming
VPLPP_DIRS=$(addprefix $(VPLPP)/, $(BASES))
VPLPP_DIRS=$(addprefix $(VPLPP)/, $(BASES))
VPLPP_LOCAL=$(VPLPP)/local.sh
VPLPP_LOCAL=$(VPLPP)/local.sh
...
...
orgvpl
View file @
a4e24307
...
@@ -25,4 +25,10 @@ do
...
@@ -25,4 +25,10 @@ do
done
done
export
MODE
export
MODE
make
-f
$(
dirname
$0
)
/OrgVpl_Makefile
$1
TARGET
=
"
$1
"
case
"
$TARGET
"
in
*
.org
)
# removing extension
TARGET
=
"
${
TARGET
%.org
}
"
;;
esac
make
-f
$(
dirname
$0
)
/OrgVpl_Makefile
"
$TARGET
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment