Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
2a2571bb
Commit
2a2571bb
authored
May 06, 2013
by
Dave Cooper
Browse files
getting g102 and g102-tud slides fixed up.
parent
086521b5
Changes
4
Hide whitespace changes
Inline
Side-by-side
documentation/training/g102-tud/source/publish.lisp
View file @
2a2571bb
...
...
@@ -6,8 +6,7 @@
(
print-variables
*load-truename*
)
(
defparameter
*images-path*
(
merge-pathnames
"g102-tud/images/"
(
glisp:system-home
:gdl-training
)))
(
defparameter
*images-path*
(
merge-pathnames
"documentation/training/g102-tud/images/"
glisp:*gendl-source-home*
))
(
publish-directory
:prefix
"/g102-tud/images/"
:destination
(
format
nil
"~a"
*images-path*
))
...
...
documentation/training/g102/source/publish.lisp
View file @
2a2571bb
...
...
@@ -7,7 +7,7 @@
(
print-variables
*load-truename*
)
(
defparameter
*images-path*
(
merge-pathnames
"g102/images/"
(
glisp:
system-home
:gdl-training
)
))
(
defparameter
*images-path*
(
merge-pathnames
"
documentation/training/
g102/images/"
glisp:
*gendl-source-home*
))
(
publish-directory
:prefix
"/g102/images/"
...
...
documentation/training/g108/source/publish.lisp
View file @
2a2571bb
...
...
@@ -4,11 +4,9 @@
:function
#'
(
lambda
(
req
ent
)
(
gwl-make-object
req
ent
"training-g108:assembly"
)))
(
defparameter
*images-path*
(
merge-pathnames
"g108/images/"
(
glisp:system-home
"gdl-training"
)))
(
defparameter
*images-path*
(
merge-pathnames
"documentation/training/g108/images/"
glisp:*gendl-source-home*
))
(
publish-directory
:prefix
"/g108/images/"
:destination
(
format
nil
"~a"
*images-path*
))
(
publish-directory
:prefix
"/g108/images/"
:destination
(
format
nil
"~a"
*images-path*
))
documentation/training/ignore-list.isc
0 → 100644
View file @
2a2571bb
("legacy")
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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