Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxslt
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
libxslt
Commits
aac8f65e656d
Commit
aac8f65e656d
authored
3 years ago
by
Nick Wellnhofer
Browse files
Options
Downloads
Patches
Plain Diff
Add Makefile rule to regenerate xsltproc.html
This file has never been updated since it was added 15 years ago.
parent
490106226542
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/Makefile.am
+4
-1
4 additions, 1 deletion
doc/Makefile.am
with
4 additions
and
1 deletion
doc/Makefile.am
+
4
−
1
View file @
aac8f65e
...
...
@@ -140,7 +140,7 @@
if
REBUILD_DOCS
all-local
:
web ../NEWS libxslt.xsa $(man_MANS)
all-local
:
web ../NEWS libxslt.xsa $(man_MANS)
xsltproc.html
api
:
libxslt-api.xml libxslt-refs.xml $(APIPAGES) search.php
\
html/index.html $(WIN32_DIR)/libxslt.def.src
...
...
@@ -242,6 +242,9 @@
(
$(
XSLTPROC
)
$(
srcdir
)
/checkapisym.xsl
$(
srcdir
)
/libxslt-api.xml
)
(
$(
XSLTPROC
)
-o
../libxslt/libxslt.syms
$(
srcdir
)
/syms.xsl
$(
srcdir
)
/symbols.xml
)
xsltproc.html
:
xsltproc.xml
-
@
(
$(
XSLTPROC
)
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl xsltproc.xml
)
xsltproc.1
:
$(srcdir)/xsltproc.xml
-
@
(
if
[
-x
$(
XSLTPROC
)
]
;
then
\
echo
"Rebuilding the man pages from the xml"
;
\
...
...
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