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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
a0dbf765
Commit
a0dbf765
authored
21 years ago
by
Martin Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
Don't assume there is a /bin/true
Rev: refdoc/Makefile:1.62
parent
83fec9f5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
refdoc/Makefile
+5
-5
5 additions, 5 deletions
refdoc/Makefile
with
5 additions
and
5 deletions
refdoc/Makefile
+
5
−
5
View file @
a0dbf765
#
#
# Main Makefile for extracting AutoDoc mk II to XML
# Main Makefile for extracting AutoDoc mk II to XML
#
#
# $Id: Makefile,v 1.6
1
200
3/12
/1
7
1
5:50:09 bill
Exp $
# $Id: Makefile,v 1.6
2
200
4/05
/1
9
1
8:37:26 nilsson
Exp $
#
#
# Henrik Grubbstrm 2001-02-02
# Henrik Grubbstrm 2001-02-02
#
#
...
@@ -27,7 +27,7 @@ module_modref: $(BUILDDIR)/module_modref.xml structure/modref.css structure/modu
...
@@ -27,7 +27,7 @@ module_modref: $(BUILDDIR)/module_modref.xml structure/modref.css structure/modu
@$(
MAKE
)
PIKE
=
"
$(
PIKE
)
"
BUILDDIR
=
"
$(
BUILDDIR
)
"
DESTDIR
=
"
$(
DESTDIR
)
"
low_module_modref
@$(
MAKE
)
PIKE
=
"
$(
PIKE
)
"
BUILDDIR
=
"
$(
BUILDDIR
)
"
DESTDIR
=
"
$(
DESTDIR
)
"
low_module_modref
low_module_modref
:
low_module_modref
:
rm
-rf
$(
DESTDIR
)
modref
||
/bin/true
-
rm
-rf
$(
DESTDIR
)
modref
@
mkdir
$(
DESTDIR
)
modref
@
mkdir
$(
DESTDIR
)
modref
@
cp
structure/modref.css
$(
DESTDIR
)
modref/style.css
@
cp
structure/modref.css
$(
DESTDIR
)
modref/style.css
@$(
PIKE
)
presentation/tree-split-autodoc.pike
\
@$(
PIKE
)
presentation/tree-split-autodoc.pike
\
...
@@ -39,7 +39,7 @@ low_module_modref:
...
@@ -39,7 +39,7 @@ low_module_modref:
cp
src_images/
$$
file
$(
DESTDIR
)
modref/images/
;
done
cp
src_images/
$$
file
$(
DESTDIR
)
modref/images/
;
done
low_modref
:
low_modref
:
rm
-rf
$(
DESTDIR
)
modref
||
/bin/true
-
rm
-rf
$(
DESTDIR
)
modref
@
test
-d
$(
DESTDIR
)
modref
||
mkdir
modref
@
test
-d
$(
DESTDIR
)
modref
||
mkdir
modref
@
cp
structure/modref.css modref/style.css
@
cp
structure/modref.css modref/style.css
@$(
PIKE
)
presentation/tree-split-autodoc.pike
\
@$(
PIKE
)
presentation/tree-split-autodoc.pike
\
...
@@ -55,7 +55,7 @@ pelix_modref: $(BUILDDIR)/modref.xml structure/pelix_modref.html \
...
@@ -55,7 +55,7 @@ pelix_modref: $(BUILDDIR)/modref.xml structure/pelix_modref.html \
@$(
MAKE
)
PIKE
=
"
$(
PIKE
)
"
BUILDDIR
=
"
$(
BUILDDIR
)
"
low_pelix_modref
@$(
MAKE
)
PIKE
=
"
$(
PIKE
)
"
BUILDDIR
=
"
$(
BUILDDIR
)
"
low_pelix_modref
low_pelix_modref
:
low_pelix_modref
:
rm
-rf
pelix_modref
||
/bin/true
-
rm
-rf
pelix_modref
@
mkdir
pelix_modref
@
mkdir
pelix_modref
@$(
PIKE
)
presentation/tree-split-autodoc.pike
\
@$(
PIKE
)
presentation/tree-split-autodoc.pike
\
$(
BUILDDIR
)
/modref.xml structure/pelix_modref.html pelix_modref predef
$(
BUILDDIR
)
/modref.xml structure/pelix_modref.html pelix_modref predef
...
@@ -67,7 +67,7 @@ caudium_modref: $(BUILDDIR)/modref.xml structure/caudium_modref.html \
...
@@ -67,7 +67,7 @@ caudium_modref: $(BUILDDIR)/modref.xml structure/caudium_modref.html \
@$(
MAKE
)
PIKE
=
"
$(
PIKE
)
"
BUILDDIR
=
"
$(
BUILDDIR
)
"
low_caudium_modref
@$(
MAKE
)
PIKE
=
"
$(
PIKE
)
"
BUILDDIR
=
"
$(
BUILDDIR
)
"
low_caudium_modref
low_caudium_modref
:
low_caudium_modref
:
rm
-rf
caudium_modref
||
/bin/true
-
rm
-rf
caudium_modref
@
mkdir
caudium_modref
@
mkdir
caudium_modref
@$(
PIKE
)
presentation/tree-split-autodoc.pike
\
@$(
PIKE
)
presentation/tree-split-autodoc.pike
\
$(
BUILDDIR
)
/modref.xml structure/caudium_modref.html caudium_modref predef
$(
BUILDDIR
)
/modref.xml structure/caudium_modref.html caudium_modref predef
...
...
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