diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2011-01-31 00:58:37 +0100 |
---|---|---|
committer | Vincent COUVERT <vincent.couvert@scilab.org> | 2011-02-03 15:07:11 +0100 |
commit | c8b87760d3b5ed09fa77ebc11f17f8a1c77640af (patch) | |
tree | 9c0eaee6dafcd94936b4a9c77bd78cf810abd78a /scilab/modules/intersci | |
parent | 4d61fbb6f531d831411fd2c870aef9a3eae2f73d (diff) | |
download | scilab-c8b87760d3b5ed09fa77ebc11f17f8a1c77640af.zip scilab-c8b87760d3b5ed09fa77ebc11f17f8a1c77640af.tar.gz |
* Bug 8807 fixed - Javadoc of javasci v2 was not installed under GNU/Linux and
Mac OS X.
Change-Id: Ic79ecfaeab39a42ae1ca73999ee283107576cd44
Diffstat (limited to 'scilab/modules/intersci')
-rw-r--r-- | scilab/modules/intersci/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scilab/modules/intersci/Makefile.in b/scilab/modules/intersci/Makefile.in index 50968ec..56510d1 100644 --- a/scilab/modules/intersci/Makefile.in +++ b/scilab/modules/intersci/Makefile.in | |||
@@ -1210,6 +1210,12 @@ all-local: $(TARGETS_ALL) | |||
1210 | fi ) | 1210 | fi ) |
1211 | 1211 | ||
1212 | install-html-local: | 1212 | install-html-local: |
1213 | |||
1214 | install-data-local-local: | ||
1215 | # Mainly for javasci | ||
1216 | @if test -d $(srcdir)/javadoc; then \ | ||
1217 | cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \ | ||
1218 | fi | ||
1213 | # If the user wants the help sources to be installed | 1219 | # If the user wants the help sources to be installed |
1214 | @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \ | 1220 | @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \ |
1215 | @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \ | 1221 | @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \ |