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
452a9c1520f2
Commit
452a9c1520f2
authored
26 years ago
by
Tomasz Kłoczko
Browse files
Options
Downloads
Patches
Plain Diff
- fix which allow "make install DESTDIR=</install/prefix>".
- fix which allow "make install DESTDIR=</install/prefix>".
parent
561a78eb0462
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
+5
-5
5 additions, 5 deletions
doc/Makefile.am
with
5 additions
and
5 deletions
doc/Makefile.am
+
5
−
5
View file @
452a9c15
...
...
@@ -46,11 +46,11 @@
rebuild
:
gnome-xml-sections.txt templates sgml html
install-data-local
:
@
INSTALL@
-d
-m
0755
$(
TARGET_DIR
)
-
@INSTALL@
-m
0644
$(
srcdir
)
/xml.html
$(
srcdir
)
/structure.gif
$(
srcdir
)
/DOM.gif
$(
TARGET_DIR
)
-
@INSTALL@
-m
0644
$(
srcdir
)
/html/
*
.html
$(
TARGET_DIR
)
-
@INSTALL@
-m
0644
$(
srcdir
)
/html/index.sgml
$(
TARGET_DIR
)
-
gtkdoc-fixxref
--module
=
$(
DOC_MODULE
)
--html-dir
=
$(
HTML_DIR
)
@
INSTALL@
-d
-m
0755
$(
DESTDIR
)
$(
TARGET_DIR
)
-
@INSTALL@
-m
0644
$(
srcdir
)
/xml.html
$(
srcdir
)
/structure.gif
$(
srcdir
)
/DOM.gif
$(
DESTDIR
)
$(
TARGET_DIR
)
-
@INSTALL@
-m
0644
$(
srcdir
)
/html/
*
.html
$(
DESTDIR
)
$(
TARGET_DIR
)
-
@INSTALL@
-m
0644
$(
srcdir
)
/html/index.sgml
$(
DESTDIR
)
$(
TARGET_DIR
)
-
(
cd
$(
DESTDIR
);
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 -
)
...
...
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