pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-10
2003-02-10 21:04:23 by Martin Nilsson <mani@lysator.liu.se>
9a8dec1ed9cb2889323f8ebe3bd1e1935196a110 (
13
lines) (+
8
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
extract_autodoc invokation fixes.
Rev: src/Makefile.in:1.347
1:
#
-
# $Id: Makefile.in,v 1.
346
2003/02/
08
15
:
18
:
56
grubba
Exp $
+
# $Id: Makefile.in,v 1.
347
2003/02/
10
21
:
04
:
23
nilsson
Exp $
# # This line is needed on some machines.
631:
$(TMP_BUILDDIR)/autodoc.xml) >modref.xml autodoc.xml: pike doc_build/src doc_build/lib doc_build/images images force
-
$(RUNPIKE) -x extract_autodoc -q $(SRCDIR) $(DOCDIR)/src_images \
-
doc_build/
src doc_build/
images
-
$(RUNPIKE) -x extract_autodoc -q $(LIBDIR_SRC) $(DOCDIR)/src_images \
-
doc_build/
lib doc_build/
images
+
$(RUNPIKE) -x extract_autodoc -q
--srcdir=
$(SRCDIR)
\
+
--imgsrc=
$(DOCDIR)/src_images
--builddir=doc_build/src
\
+
--imgdir=
doc_build/images
+
$(RUNPIKE) -x extract_autodoc -q
--srcdir=
$(LIBDIR_SRC)
\
+
--imgsrc=
$(DOCDIR)/src_images
--builddir=doc_build/lib
\
+
--imgdir=
doc_build/images
$(RUNPIKE) -x join_autodoc --quiet --post-process autodoc.xml doc_build images: doc_build/src/post_modules/GTK/refdoc/images