]> andersk Git - gssapi-openssh.git/commitdiff
o Add creation of a doc directory to the build-time and package-time
authorcphillip <cphillip>
Fri, 27 Sep 2002 15:28:51 +0000 (15:28 +0000)
committercphillip <cphillip>
Fri, 27 Sep 2002 15:28:51 +0000 (15:28 +0000)
    files.

openssh/Makefile.in
openssh/filelist

index b63c20b6d1753f27a4228b8b789d31ba1f275639..b9e9fa89e8aa3e214a0b4a6a42321ff0ae75395d 100644 (file)
@@ -14,6 +14,7 @@ datadir=@datadir@
 mandir=@mandir@
 mansubdir=@mansubdir@
 sysconfdir=$$GLOBUS_LOCATION/etc/ssh
+docdir=$$GLOBUS_LOCATION/doc/gsi_openssh
 piddir=@piddir@
 srcdir=@srcdir@
 top_srcdir=@top_srcdir@
@@ -300,6 +301,7 @@ install-files: scard-install
 #   o the scard-install target
 #   o creating and chmod'ing PRIVSEP_PATH
 #   o removing the conditionals around ssh-rand-helper*
+#   o install docs into $GL/doc/gsi_openssh
 #
 
 gpt-install-files:
@@ -333,6 +335,16 @@ gpt-install-files:
        @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
        @NO_SFTP@$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
        $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
+       if [ ! -d $(DESTDIR)$(docdir) ]; then \
+               $(srcdir)/mkinstalldirs $(DESTDIR)$(docdir); \
+       fi
+       $(INSTALL) -m 644 README $(DESTDIR)$(docdir)/README
+       $(INSTALL) -m 644 README.gpt $(DESTDIR)$(docdir)/README.gpt
+       $(INSTALL) -m 644 README.privsep $(DESTDIR)$(docdir)/README.privsep
+       $(INSTALL) -m 644 INSTALL $(DESTDIR)$(docdir)/INSTALL
+       $(INSTALL) -m 644 WARNING.RNG $(DESTDIR)$(docdir)/WARNING.RNG
+       $(INSTALL) -m 644 LICENCE $(DESTDIR)$(docdir)/LICENSE.OpenSSH
+       $(INSTALL) -m 644 CREDITS $(DESTDIR)$(docdir)/CREDITS
        -rm -f $(DESTDIR)$(bindir)/slogin
        ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
        -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
index 661c7ff8817912a240d45f484bd13125b0335220..dd942e58dd6eb5b93395551ecfebec2e03346447 100644 (file)
@@ -8,6 +8,13 @@ bin/ssh-add
 bin/ssh-agent
 bin/ssh-keygen
 bin/ssh-keyscan
+doc/gsi_openssh/README
+doc/gsi_openssh/README.gpt
+doc/gsi_openssh/README.privsep
+doc/gsi_openssh/INSTALL
+doc/gsi_openssh/WARNING.RNG
+doc/gsi_openssh/LICENSE.OpenSSH
+doc/gsi_openssh/CREDITS
 libexec/sftp-server
 libexec/ssh-keysign
 libexec/ssh-rand-helper
This page took 0.043763 seconds and 5 git commands to generate.