Fix "make install_docs" (and thus "make install").
authorGeoff Thorpe <geoff@openssl.org>
Sun, 4 Aug 2002 20:40:23 +0000 (20:40 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Sun, 4 Aug 2002 20:40:23 +0000 (20:40 +0000)
Makefile.org

index bcdbc285ecd535202c08074051c1c9c9cba5c087..f17b55166371b6aef045114c9fffe0fd3cb68066 100644 (file)
@@ -742,7 +742,7 @@ install_docs:
                $(INSTALL_PREFIX)$(MANDIR)/man3 \
                $(INSTALL_PREFIX)$(MANDIR)/man5 \
                $(INSTALL_PREFIX)$(MANDIR)/man7
-       @pod2man=`cd ../../util; ./pod2mantest ignore`; \
+       @pod2man=`cd util; ./pod2mantest ignore`; \
        for i in doc/apps/*.pod; do \
                fn=`basename $$i .pod`; \
                if [ "$$fn" = "config" ]; then sec=5; else sec=1; fi; \
@@ -753,7 +753,7 @@ install_docs:
                        --release=$(VERSION) `basename $$i`") \
                        >  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/`basename $$i .pod`.$$sec; \
        done; \
-       @for i in doc/crypto/*.pod doc/ssl/*.pod; do \
+       for i in doc/crypto/*.pod doc/ssl/*.pod; do \
                fn=`basename $$i .pod`; \
                if [ "$$fn" = "des_modes" ]; then sec=7; else sec=3; fi; \
                echo "installing man$$sec/`basename $$i .pod`.$$sec"; \