IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9666


Ignore:
Timestamp:
Oct 19, 2006, 2:25:47 PM (20 years ago)
Author:
jhoblitt
Message:

rename ippdb.md -> ippdb.mdc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/Makefile

    r9663 r9666  
    22GLUEFORGE=`which glueforge`
    33
    4 all: ippdb.md
     4all: ippdb.mdc
    55
    6 ippdb.md : ipp.m4 *.md
    7         m4 ipp.m4 > ippdb.md
     6ippdb.mdc : ipp.m4 *.md
     7        m4 ipp.m4 > ippdb.mdc
    88
    99## please leave the output target as ippdb.src and
    1010## move to ippdb by hand for cvs import
    11 install: ippdb.md
     11install: ippdb.mdc
    1212        rm -rf ../ippdb.src
    13         $(GLUEFORGE) -i ippdb.md --output ../ippdb.src
     13        $(GLUEFORGE) -i ippdb.mdc --output ../ippdb.src
    1414        chmod +x ../ippdb.src/autogen.sh
    1515
    16 src: ippdb.md
    17         $(GLUEFORGE) -i ippdb.md --output ../ippdb
     16src: ippdb.mdc
     17        $(GLUEFORGE) -i ippdb.mdc --output ../ippdb
    1818        chmod +x ../ippdb/autogen.sh
    1919
    20 build : ippdb ippdb.md
     20build : ippdb ippdb.mdc
    2121
    2222clean:
Note: See TracChangeset for help on using the changeset viewer.