Changeset 931


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.

Location:
trunk/src/gmakenew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/Makefile.am

    r928 r931  
    2929endif
    3030
    31 SUBDIRS =       glob config po doc $(MAYBE_W32)
     31# we can safely drop doc and po when bootstrapping kmk.
     32# SUBDIRS =     glob config po doc $(MAYBE_W32)
     33SUBDIRS =       glob config $(MAYBE_W32)
    3234
    3335bin_PROGRAMS =  kmk
  • 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.