Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxml2
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libxml2
Commits
ad86483f0d41
Commit
ad86483f0d41
authored
26 years ago
by
Daniel Veillard
Browse files
Options
Downloads
Patches
Plain Diff
Toward 1.0.0, added docs to the packages, Daniel.
parent
6390fba92c10
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
Makefile.am
+1
-2
1 addition, 2 deletions
Makefile.am
configure.in
+1
-1
1 addition, 1 deletion
configure.in
doc/Makefile.am
+15
-8
15 additions, 8 deletions
doc/Makefile.am
with
22 additions
and
11 deletions
ChangeLog
+
5
−
0
View file @
ad86483f
Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* configure.in, Makefile.am, doc/makefile.am : General changes for
1.0.0 release and including the generated HTML documentation.
Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* makefile.am : added parserInternals.h, oops.
* makefile.am : added parserInternals.h, oops.
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
1
−
2
View file @
ad86483f
...
@@ -58,8 +58,7 @@
...
@@ -58,8 +58,7 @@
confexecdir
=
$(
libdir
)
confexecdir
=
$(
libdir
)
confexec_DATA
=
xmlConf.sh
confexec_DATA
=
xmlConf.sh
EXTRA_DIST
=
xmlConf.sh.in libxml.spec.in doc/xml.html doc/structure.gif
\
EXTRA_DIST
=
xmlConf.sh.in libxml.spec.in
doc/DOM.gif
dist-hook
:
dist-hook
:
cp
libxml.spec
$(
distdir
)
cp
libxml.spec
$(
distdir
)
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
ad86483f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
AC_PREREQ(2.2)
AC_PREREQ(2.2)
AC_INIT(entities.h)
AC_INIT(entities.h)
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(libxml,
0.99.8
)
AM_INIT_AUTOMAKE(libxml,
1.0.0
)
AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])
AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])
...
...
This diff is collapsed.
Click to expand it.
doc/Makefile.am
+
15
−
8
View file @
ad86483f
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
# The directory containing the source code (if it contains documentation).
# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR
=
..
DOC_SOURCE_DIR
=
..
HTML_DIR
=
$(
datadir
)
/gnome-xml/html
TARGET_DIR
=
$(
HTML_DIR
)
/
$(
DOC_MODULE
)
TARGET_DIR
=
$(
HTML_DIR
)
/
$(
DOC_MODULE
)
...
@@ -12,6 +13,9 @@
...
@@ -12,6 +13,9 @@
TARGET_DIR
=
$(
HTML_DIR
)
/
$(
DOC_MODULE
)
TARGET_DIR
=
$(
HTML_DIR
)
/
$(
DOC_MODULE
)
# htmldir = $(prefix)/html
# html_DATA = gnome-dev-info.html
scan
:
scan
:
gtkdoc-scan
--module
=
$(
DOC_MODULE
)
--source-dir
=
$(
DOC_SOURCE_DIR
)
--ignore-headers
=
"acconfig.h config.h"
gtkdoc-scan
--module
=
$(
DOC_MODULE
)
--source-dir
=
$(
DOC_SOURCE_DIR
)
--ignore-headers
=
"acconfig.h config.h"
...
@@ -31,8 +35,8 @@
...
@@ -31,8 +35,8 @@
maintainer-clean-local
:
clean
maintainer-clean-local
:
clean
rm
-rf
sgml html
$(
DOC_MODULE
)
-decl-list
.txt
$(
DOC_MODULE
)
-decl
.txt
rm
-rf
sgml html
$(
DOC_MODULE
)
-decl-list
.txt
$(
DOC_MODULE
)
-decl
.txt
docdatadir
=
$(
datadir
)
/aclocal
#
docdatadir = $(datadir)/aclocal
docdata_DATA
=
xml.html structure.gif DOM.gif
#
docdata_DATA = xml.html structure.gif DOM.gif
gnome-xml-decl-list.txt
:
templates
gnome-xml-decl-list.txt
:
templates
...
@@ -41,11 +45,14 @@
...
@@ -41,11 +45,14 @@
rebuild
:
gnome-xml-sections.txt templates sgml html
rebuild
:
gnome-xml-sections.txt templates sgml html
#install-data-local:
install-data-local
:
# install -d -m 0755 $(TARGET_DIR)
install
-d
-m
0755
$(
TARGET_DIR
)
# install -m 0644 xml.html structure.gif DOM.gif $(TARGET_DIR)
-
install
-m
0644
$(
srcdir
)
/xml.html
$(
srcdir
)
/structure.gif
$(
srcdir
)
/DOM.gif
$(
TARGET_DIR
)
# install -m 0644 html/*.html $(TARGET_DIR)
-
install
-m
0644
$(
srcdir
)
/html/
*
.html
$(
TARGET_DIR
)
# install -m 0644 html/index.sgml $(TARGET_DIR)
-
install
-m
0644
$(
srcdir
)
/html/index.sgml
$(
TARGET_DIR
)
# gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)
-
gtkdoc-fixxref
--module
=
$(
DOC_MODULE
)
--html-dir
=
$(
HTML_DIR
)
dist-hook
:
(
cd
$(
srcdir
)
;
tar
cvf - xml.html structure.gif DOM.gif html/
*
.html html/
*
.sgml
)
|
(
cd
$(
distdir
);
tar
xf -
)
.PHONY
:
html sgml templates scan
.PHONY
:
html sgml templates scan
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