Changeset b20b32f for Makefile


Ignore:
Timestamp:
2005-11-28T01:14:06Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
65e2ce1, cfcc587
Parents:
2cdd8ce (diff), dfde8e0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from Wilmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r2cdd8ce rb20b32f  
    1818
    1919all: $(OUTFILE)
     20        $(MAKE) -C doc
    2021
    2122uninstall: uninstall-bin uninstall-doc
     
    4142distclean: clean $(subdirs)
    4243        rm -f Makefile.settings config.h
    43         find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' | xargs rm -f
     44        find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
    4445
    4546install-doc:
Note: See TracChangeset for help on using the changeset viewer.