Check-in Number:
|
5618 | |
Date: |
2006-Jul-31 19:21:47 (local)
2006-Jul-31 17:21:47 (UTC) |
User: | rse |
Branch: | |
Comment: |
Fix "make install": js-config.1 was not installed.
Submitted by: Alfred Reibenschuh <alfred.reibenschuh@it-austria.com> |
Tickets: |
#117 | |
js-config.1 man-page not installed by make install |
|
Inspections: |
|
Files: |
|
ossp-pkg/js/ChangeLog 1.19 -> 1.20
--- ChangeLog 2006/07/31 11:37:56 1.19
+++ ChangeLog 2006/07/31 17:21:47 1.20
@@ -13,6 +13,9 @@
Changes between 1.6.20060730 and 1.6.20060801 (2006-07-30 to 2006-08-01)
+ o Fix "make install": js-config.1 was not installed.
+ [Alfred Reibenschuh <alfred.reibenschuh@it-austria.com>]
+
o Use Autoconf macros AC_CANONICAL_BUILD and AC_CANONICAL_HOST to
make sure that the host identification is really available.
[Alfred Reibenschuh <alfred.reibenschuh@it-austria.com>]
|
|
ossp-pkg/js/Makefile.in 1.23 -> 1.24
--- Makefile.in 2006/07/29 09:14:40 1.23
+++ Makefile.in 2006/07/31 17:21:48 1.24
@@ -184,6 +184,7 @@
$(SHTOOL) install -c -m 755 js $(DESTDIR)$(bindir)/
$(SHTOOL) install -e 's;#!\./js;#!$(bindir)/js;' -c -m 755 jslint.js $(DESTDIR)$(bindir)/jslint
$(SHTOOL) install -c -m 644 js.1 $(DESTDIR)$(mandir)/man1/
+ $(SHTOOL) install -c -m 644 js-config.1 $(DESTDIR)$(mandir)/man1/
$(SHTOOL) install -c -m 644 js.3 $(DESTDIR)$(mandir)/man3/
$(SHTOOL) install -c -m 644 src/js*.h $(DESTDIR)$(includedir)/js/
@$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 $(LIB_NAME) $(DESTDIR)$(libdir)/
|
|