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
125aa0960969
Commit
125aa0960969
authored
3 years ago
by
David Seifert
Browse files
Options
Downloads
Patches
Plain Diff
python/Makefile.am: nest python docs in $(docdir)
parent
1ac2a6e6711e
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
python/tests/Makefile.am
+5
-19
5 additions, 19 deletions
python/tests/Makefile.am
with
5 additions
and
19 deletions
python/tests/Makefile.am
+
5
−
19
View file @
125aa096
EXAMPLE_DIR
=
$(
datadir
)
/doc/libxslt-python-
$(
LIBXSLT_VERSION
)
/examples
if
WITH_PYTHON
TESTSPY
=
\
basic.py
\
exslt.py
\
extelem.py
\
extfunc.py
...
...
@@ -3,10 +2,9 @@
TESTSPY
=
\
basic.py
\
exslt.py
\
extelem.py
\
extfunc.py
XMLS
=
\
test.xml
\
test.xsl
exampledir
=
$(
docdir
)
/python/examples
dist_example_DATA
=
test.xml test.xsl pyxsltproc.py
$(
TESTSPY
)
...
...
@@ -12,12 +10,4 @@
EXTRAS
=
\
pyxsltproc.py
EXTRA_DIST
=
$(
TESTSPY
)
$(
XMLS
)
$(
EXTRAS
)
CLEANFILES
=
*
.pyc core
if
WITH_PYTHON
tests
:
$(TESTSPY)
@
(
PYTHONPATH
=
"
`
pwd
`
/..:
`
pwd
`
/../.libs:
$(
srcdir
)
/.."
;
\
if
test
"x
$(
LIBXML_SRC
)
"
!=
"x"
;
then
\
...
...
@@ -32,8 +22,4 @@
tests
:
endif
install-data-local
:
$(
MKDIR_P
)
$(
DESTDIR
)$(
EXAMPLE_DIR
)
-
(
for
test
in
$(
TESTSPY
)
$(
XMLS
)
$(
EXTRAS
);
\
do
$(
INSTALL
)
-m
0644
$(
srcdir
)
/
$$
test
$(
DESTDIR
)$(
EXAMPLE_DIR
)
;
done
)
CLEANFILES
=
*
.pyc core
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