Changeset 311 for trunk/Makefile.am


Ignore:
Timestamp:
May 11, 2005, 7:21:46 PM (18 years ago)
Author:
Peter
Message:

modifications make is not going down in doc/ in other words to update documentation you must go down to doc/ first and write make there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r301 r311  
    33## $Id$
    44
    5 SUBDIRS = doc lib test
     5if COND_OPT
     6  MAYBE_OPT = doc
     7endif
     8SUBDIRS = $(MAYBE_OPT) lib test
Note: See TracChangeset for help on using the changeset viewer.