SUBMISSION TYPE: "TSU"
   SUBMITTED BY: Doug Kaufman
   SUBMITTED FOR:
   POINT OF CONTACT: [EMAIL PROTECTED]
   PHONE and/or FAX:
   MANUFACTURER: (if relevant)
   PRODUCT NAME/MODEL #: openssl-0.9.7
   ECCN: 5D002

   NOTIFICATION:  The attached file is a patch for openssl, version
   0.9.7, against the snapshot of 20021211. The source code is available
   at ftp.openssl.org and its worldwide mirrors. The patch was submitted
   to the openssl-dev mailing list. This allows installing documentation
   under DJGPP.


__
Doug Kaufman
Internet: [EMAIL PROTECTED]
--- openssl-0.9.7/Makefile.org.orig     2002-12-06 01:11:00.000000000 -0800
+++ openssl-0.9.7/Makefile.org  2002-12-11 23:03:12.000000000 -0800
@@ -778,9 +778,9 @@
                        --section=$$sec --center=OpenSSL \
                        --release=$(VERSION) `basename $$i`") \
                        >  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$$sec; \
-               $(PERL) util/extract-names.pl < $$i | grep -v "^$$fn" | \
+               $(PERL) util/extract-names.pl < $$i | grep -v -i "^$$fn\>" | \
                        while read n; do \
-                               util/point.sh $$fn.$$sec 
$(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$n.$$sec; \
+                               util/point.sh 
+$(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$$sec 
+$(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$n.$$sec; \
                        done; \
        done; \
        for i in doc/crypto/*.pod doc/ssl/*.pod; do \
@@ -792,9 +792,9 @@
                        --section=$$sec --center=OpenSSL \
                        --release=$(VERSION) `basename $$i`") \
                        >  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$$sec; \
-               $(PERL) util/extract-names.pl < $$i | grep -v "^$$fn" | \
+               $(PERL) util/extract-names.pl < $$i | grep -v -i "^$$fn\>" | \
                        while read n; do \
-                               util/point.sh $$fn.$$sec 
$(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$n.$$sec; \
+                               util/point.sh 
+$(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$$sec 
+$(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$n.$$sec; \
                        done; \
        done
 

Reply via email to