Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
320b8447
Commit
320b8447
authored
26 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Now possible to specify pike binary to use.
Rev: tutorial/Makefile:1.15
parent
aa537c98
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorial/Makefile
+13
-8
13 additions, 8 deletions
tutorial/Makefile
with
13 additions
and
8 deletions
tutorial/Makefile
+
13
−
8
View file @
320b8447
...
@@ -2,30 +2,35 @@ all: tutorial.html tutorial_onepage.html
...
@@ -2,30 +2,35 @@ all: tutorial.html tutorial_onepage.html
# lenna.gif lenna-mirrorx.gif lenna-mirrory.gif lenna-rotate.gif lenna-skewx.gif lenna-skewy.gif
# lenna.gif lenna-mirrorx.gif lenna-mirrory.gif lenna-rotate.gif lenna-skewx.gif lenna-skewy.gif
SRCFILES
=
tutorial.wmml Image.wmml
SRCFILES
=
tutorial.wmml Image.wmml Mysql.wmml
pike
=
pike
.DUMMY
:
.DUMMY
:
tutorial.html
:
.DUMMY $(SRCFILES)
tutorial.html
:
.DUMMY $(SRCFILES)
./wmmltohtml2 <tutorial.wmml html tutorial
$(
pike
)
./wmmltohtml2 <tutorial.wmml html tutorial
tutorial_onepage.html
:
.DUMMY $(SRCFILES)
tutorial_onepage.html
:
.DUMMY $(SRCFILES)
./wmmltohtml2 <tutorial.wmml html_onepage tutorial_onepage
$(
pike
)
./wmmltohtml2 <tutorial.wmml html_onepage tutorial_onepage
tut.html
:
.DUMMY $(SRCFILES)
tut.html
:
.DUMMY $(SRCFILES)
./wmmltohtml2 <tutorial.wmml sitebuilder tut
$(
pike
)
./wmmltohtml2 <tutorial.wmml sitebuilder tut
manpages
:
.DUMMY $(SRCFILES)
manpages
:
.DUMMY $(SRCFILES)
./wmmltohtml2 <tutorial.wmml manpages man/man
$(
pike
)
./wmmltohtml2 <tutorial.wmml manpages man/man
Image.wmml
:
Image.wmml
:
(
cd
../src/modules/Image
;
make wmml
)
(
cd
../src/modules/Image
;
make wmml
pike
=
"
$(
pike
)
"
)
Mysql.wmml
:
$(
pike
)
../bin/mkwmml.pike ../src/modules/Mysql/mysql.c
>
Mysql.wmml
the_image_module_onepage.html
:
Image.wmml the_image_module.wmml
the_image_module_onepage.html
:
Image.wmml the_image_module.wmml
./wmmltohtml2 <the_image_module.wmml html_onepage the_image_module_onepage
$(
pike
)
./wmmltohtml2 <the_image_module.wmml html_onepage the_image_module_onepage
the_image_module.html
:
Image.wmml the_image_module.wmml
the_image_module.html
:
Image.wmml the_image_module.wmml
./wmmltohtml2 <the_image_module.wmml html the_image_module
$(
pike
)
./wmmltohtml2 <the_image_module.wmml html the_image_module
clean
:
clean
:
rm
*
.html
*
.md illustration_cache illustration
*
.gif
rm
*
.html
*
.md illustration_cache illustration
*
.gif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment