Changeset 26 for trunk/src


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

Moved developer documentation under doc/devel

Fixed a bug with man page installation & moved more of installation out
into sub-directory Makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r23 r26  
    1010$(REGLOOKUP): reglookup.c
    1111        $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.c
     12
     13install:
     14        cp -r $(BUILD_BIN)/* $(BIN_PREFIX)
Note: See TracChangeset for help on using the changeset viewer.