Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
a0eff71b
Commit
a0eff71b
authored
Oct 20, 2013
by
Albert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug_647517 - make install prepends a slash to the installation path
Removed superfluous /
parent
1a0a120b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Makefile.in
Makefile.in
+8
-8
No files found.
Makefile.in
View file @
a0eff71b
...
...
@@ -81,21 +81,21 @@ DATE=$(shell date "+%B %Y")
MAN1DIR
=
man/man1
install
:
doxywizard_install doxysearch_install
$(INSTTOOL)
-d
$(DESTDIR)
/
$(INSTALL)
/bin
$(INSTTOOL)
-m
755 bin/doxygen
$(DESTDIR)
/
$(INSTALL)
/bin
$(INSTTOOL)
-d
$(DESTDIR)
/
$(INSTALL)
/
$(MAN1DIR)
$(INSTTOOL)
-d
$(DESTDIR)$(INSTALL)
/bin
$(INSTTOOL)
-m
755 bin/doxygen
$(DESTDIR)$(INSTALL)
/bin
$(INSTTOOL)
-d
$(DESTDIR)$(INSTALL)
/
$(MAN1DIR)
cat
doc/doxygen.1 |
sed
-e
"s/DATE/
$(DATE)
/g"
-e
"s/VERSION/
$(VERSION)
/g"
>
doxygen.1
$(INSTTOOL)
-m
644 doxygen.1
$(DESTDIR)
/
$(INSTALL)
/
$(MAN1DIR)
/doxygen.1
$(INSTTOOL)
-m
644 doxygen.1
$(DESTDIR)$(INSTALL)
/
$(MAN1DIR)
/doxygen.1
rm
doxygen.1
install_docs
:
$(INSTTOOL)
-d
$(DESTDIR)
/
$(DOCDIR)
$(INSTTOOL)
-d
$(DESTDIR)$(DOCDIR)
$(MAKE)
-C
examples
$(MAKE)
-C
doc
$(MAKE)
-C
latex
$(INSTTOOL)
-m
644 latex/doxygen_manual.pdf
$(DESTDIR)
/
$(DOCDIR)
cp
-r
examples
$(DESTDIR)
/
$(DOCDIR)
cp
-r
html
$(DESTDIR)
/
$(DOCDIR)
$(INSTTOOL)
-m
644 latex/doxygen_manual.pdf
$(DESTDIR)$(DOCDIR)
cp
-r
examples
$(DESTDIR)$(DOCDIR)
cp
-r
html
$(DESTDIR)$(DOCDIR)
docs
:
FORCE
cd
examples
;
$(MAKE)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment