pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-10-27
2001-10-27 19:40:27 by Martin Nilsson <mani@lysator.liu.se>
b12983137fee71bd4871510fe5407b3ab3cf2ff3 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
autodoc -> refdoc
Rev: src/Makefile.in:1.275
1:
#
-
# $Id: Makefile.in,v 1.
274
2001/10/
05
15
:
16
:
58
grubba
Exp $
+
# $Id: Makefile.in,v 1.
275
2001/10/
27
19
:
40
:
27
nilsson
Exp $
# # This line is needed on some machines.
187:
$(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) pike documentation: just-tinstall
-
@if [ -f "$(SRCDIR)/../
autodoc
/Makefile" ]; then \
+
@if [ -f "$(SRCDIR)/../
refdoc
/Makefile" ]; then \
PIKE="`pwd`/test-pike"; \ export PIKE; \
-
(cd $(SRCDIR)/../
autodoc
&& $(MAKE) PIKE="$$PIKE") || exit 1; \
+
(cd $(SRCDIR)/../
refdoc
&& $(MAKE) PIKE="$$PIKE") || exit 1; \
else \
-
echo "
Autodoc
directory not found."; \
+
echo "
Refdoc
directory not found."; \
exit 1; \ fi