Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
b325d741
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
b325d741
编写于
12月 01, 2005
作者:
D
Daniel Veillard
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Adding missing Makefile.am, daniel
上级
ff4ede00
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
74 addition
and
0 deletion
+74
-0
docs/Makefile.am
docs/Makefile.am
+74
-0
未找到文件。
docs/Makefile.am
0 → 100644
浏览文件 @
b325d741
## Process this file with automake to produce Makefile.in
SUBDIRS
=
# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR
=
../src
PAGES
=
# index.html
APIPAGES
=
APIconstructors.html APIfiles.html APIfunctions.html
\
APIsymbols.html APIchunk0.html
EXTRA_DIST
=
\
libxen-api.xml apibuild.py
man_MANS
=
all
:
web $(man_MANS)
api
:
libxen-api.xml libxen-refs.xml
web
:
$(PAGES)
#$(PAGES): xml.html site.xsl
# -@(if [ -x $(XSLTPROC) ] ; then \
# echo "Rebuilding the HTML Web pages from xml.html" ; \
# $(XSLTPROC) --nonet --html $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );
# -@(if [ -x $(XMLLINT) ] ; then \
# echo "Validating the HTML Web pages" ; \
# $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
#$(APIPAGES): libxml2-api.xml libxml2-refs.xml $(top_srcdir)/docs/site.xsl $(top_srcdir)/docs/api.xsl
# -@(if [ -x $(XSLTPROC) ] ; then \
# echo "Rebuilding the HTML API pages from libxml2-refs.xml" ; \
# $(XSLTPROC) --nonet --html $(top_srcdir)/doc/api.xsl \
# $(top_srcdir)/doc/xml.html ; fi );
# -@(if [ -x $(XMLLINT) ] ; then \
# echo "Validating the HTML API pages" ; \
# $(XMLLINT) --nonet --valid --noout API*.html ; fi );
#
#$(srcdir)/html/index.html: libxml2-api.xml $(srcdir)/newapi.xsl
# -@(if [ -x $(XSLTPROC) ] ; then \
# echo "Rebuilding the HTML pages from the XML API" ; \
# $(XSLTPROC) --nonet $(srcdir)/newapi.xsl libxml2-api.xml ; fi )
# -@(if [ -x $(XMLLINT) ] ; then \
# echo "Validating the resulting XHTML pages" ; \
# $(XMLLINT) --nonet --valid --noout html/*.html ; fi );
libxen-api.xml libxen-refs.xml
:
apibuild.py ../include/*.h ../src/*.h ../src/*.c
-
(
./apibuild.py
)
clean-local
:
rm
-f
*
~
*
.bak
*
.hierarchy
*
.signals
*
-unused
.txt
maintainer-clean-local
:
clean-local
rm
-rf
libxen-api.xml libxen-refs.xml
rebuild
:
api all
#install-data-local:
# $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)
# -@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif $(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(HTML_DIR)
# $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/html
# -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
# -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
# $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial
# -@INSTALL@ -m 0644 $(srcdir)/tutorial/*.* \
# $(DESTDIR)$(HTML_DIR)/tutorial
# $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial/images
# -@INSTALL@ -m 0644 $(srcdir)/tutorial/images/*.* \
# $(DESTDIR)$(HTML_DIR)/tutorial/images
# $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
# -@INSTALL@ -m 0644 $(srcdir)/tutorial/images/callouts/*.* \
# $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录