IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2004, 11:48:46 AM (22 years ago)
Author:
desonia
Message:

removed the mandir creation as it is not used in this release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel1/psLib/src/Makefile

    r1050 r1052  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.12.2.1 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-15 21:46:21 $
     5##  $Revision: 1.12.2.2 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-15 21:48:46 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    124124$(libexecdir):
    125125        mkdir -p $(libexecdir)
    126 
    127 # Rule to make man directory if needed
    128        
    129 $(mandir):
    130         mkdir -p $(mandir)
    131126       
    132 $(mandir)/man3: $(mandir)
    133         mkdir -p $(mandir)/man3
    134 
    135127# Rule to make the installation directories if needed
    136128
    137 installdirs: $(includedir) $(bindir) $(libexecdir) $(mandir)
     129installdirs: $(includedir) $(bindir) $(libexecdir)
    138130
    139131# Define PHONY target "install" to make the necessary directories for
Note: See TracChangeset for help on using the changeset viewer.