Changeset 25


Ignore:
Timestamp:
07/08/05 20:08:34 (19 years ago)
Author:
tim
Message:

Fixed some *BSD installation issues. (I think.)

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r22 r25  
    11RegLookup Installation
    22======================
     3
     4Prerequisites
     5-------------
     6
     7This package doesn't require much for installation.  Just what typically
     8comes with any free operating system.  Be sure you have:
     9
     10 - GNU Make
     11 - GCC
    312
    413
     
    918# and as root
    1019make install
     20
     21If GNU Make isn't your default, you may need to run `gmake' instead.
    1122
    1223
  • trunk/Makefile

    r23 r25  
    3434        cp -r $(BUILD_BIN)/* $(BIN_PREFIX)
    3535        cp -r $(BUILD_DOC)/* $(DOC_PREFIX)
    36         #     Possibly move it to doc/Makefile
    37         cp -sf $(DOC_PREFIX)/man/man1/*  $(MAN_PREFIX)/man1
     36        $(MAKE) -C doc install
    3837
    3938
  • trunk/doc/Makefile

    r23 r25  
    1010
    1111build: generate default
     12
     13install:
     14        ln -sf $(DOC_PREFIX)/man/man1/*  $(MAN_PREFIX)/man1
Note: See TracChangeset for help on using the changeset viewer.