pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-21
2001-04-21 15:32:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
14d624758fea9dee35a74db186f29a25943f5a9e (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added documentation target.
Rev: src/Makefile.in:1.254
1:
#
-
# $Id: Makefile.in,v 1.
253
2001/
03
/
28
10
:
02
:
40
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
254
2001/
04
/
21
15
:
32
:
39
grubba
Exp $
# # This line is needed on some machines.
182:
$(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) post_modules $(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) pike
+
documentation: just-tinstall
+
@if [ -f "$(SRCDIR)/../autodoc/Makefile" ]; then \
+
PIKE="`pwd`/test-pike"; \
+
export PIKE; \
+
(cd $(SRCDIR)/../autodoc && $(MAKE) PIKE="$$PIKE") || exit 1; \
+
else \
+
echo "Autodoc directory not found."; \
+
exit 1; \
+
fi
+
post_modules: pike @( cd post_modules ; rm remake >/dev/null 2>&1 || : ; \ $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \