Changeset 38 for trunk/doc


Ignore:
Timestamp:
07/31/05 11:00:59 (19 years ago)
Author:
tim
Message:

Cleaned up path2Stack. Added several supporting functions in void_stack code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile

    r34 r38  
    11# $Id$
    22
    3 default:
     3BUILD_FILES=$(BUILD_DOC)/man/man1/reglookup.1.gz
     4
     5default: $(BUILD_FILES)
     6
     7$(BUILD_DOC)/man/man1/reglookup.1.gz: man/man1/reglookup.1.gz
    48        mkdir -p $(BUILD_DOC)/man/man1
    5         cp man/man1/reglookup.1.gz $(BUILD_DOC)/man/man1/reglookup.1.gz
     9        cp man/man1/reglookup.1.gz $@
    610
    711install:
Note: See TracChangeset for help on using the changeset viewer.