Changeset 168 in Main for trunk/Makefile


Ignore:
Timestamp:
Sep 27, 2024, 5:24:04 AM (7 weeks ago)
Author:
Nishi
Message:

fix multiple stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r157 r168  
    3535
    3636install: all ./Tool/genconf ./Tool/itworks
    37         mkdir -p $(PREFIX)/bin $(PREFIX)/lib/tewi $(PREFIX)/share/man/man5 $(PREFIX)/etc $(PREFIX)/www
     37        mkdir -p $(PREFIX)/bin $(PREFIX)/lib/tewi $(PREFIX)/etc $(PREFIX)/www
    3838        if [ ! -e $(PREFIX)/etc/tewi.conf ]; then ( ./Tool/genconf $(PREFIX) lib/tewi so > $(PREFIX)/etc/tewi.conf || ( rm $(PREFIX)/etc/tewi.conf ; exit 1 ) ) ; fi
    3939        if [ ! -e $(PREFIX)/www/index.html ]; then ( ./Tool/itworks > $(PREFIX)/www/index.html || ( rm $(PREFIX)/www/index.html ; exit 1 ) ) ; fi
Note: See TracChangeset for help on using the changeset viewer.