Ignore:
Timestamp:
May 25, 2007, 11:43:46 PM (18 years ago)
Author:
bird
Message:

Drop doc and po when bootstrapping kmk using the autoconf/automake. It means we can skip the tedious 'make update' bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/configure.in

    r926 r931  
    449449
    450450# Specify what files are to be created.
    451 AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile)
     451#we can safely drop doc and po when bootstrapping kmk.
     452#AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile)
     453AC_CONFIG_FILES(Makefile glob/Makefile config/Makefile w32/Makefile)
    452454
    453455# OK, do it!
Note: See TracChangeset for help on using the changeset viewer.