IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2006, 5:03:14 PM (20 years ago)
Author:
jhoblitt
Message:

create utils dir and move relevant utils & scripts into it
properly install shared data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/Makefile.am

    r8712 r8906  
    2020
    2121psErrorCodes.c: ../psErrorCodes_$(PS_LANG).dat psErrorCodes.c.in psErrorCodes.h
    22         $(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@
     22        $(top_srcdir)/utils/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@
    2323
    2424psError.h: psErrorCodes.h
    2525
    2626psErrorCodes.h: ../psErrorCodes_$(PS_LANG).dat psErrorCodes.h.in
    27         $(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@
     27        $(top_srcdir)/utils/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@
    2828
    2929pslibincludedir = $(includedir)
Note: See TracChangeset for help on using the changeset viewer.