foxygit / doom Log in
commit b6ba5eb89afe488f66407562ff57da596e7c841e
Merge: ba8400b3 d66659c6
Author:     Simon Howard <fraggle+github@gmail.com>
AuthorDate: Fri Dec 26 18:02:34 2014 +0100
Commit:     Simon Howard <fraggle+github@gmail.com>
CommitDate: Fri Dec 26 18:02:34 2014 +0100

    Merge pull request #495 from WinterMute/build-outside-source-dir

    Allow building in subdirectory or outside source directory

    This one allows you to configure && make from a subdirectory or a
    directory outside the source tree. Useful for building several versions
    in the same tree for comparison.

 data/Makefile.am                |  4 +-
 man/Makefile.am                 | 98 +++++++++++++++++++++--------------------
 opl/examples/Makefile.am        |  2 +-
 src/Makefile.am                 |  6 +--
 src/doom/Makefile.am            |  2 +-
 src/heretic/Makefile.am         |  8 ++--
 src/hexen/Makefile.am           |  6 +--
 src/resource.rc.in              |  4 +-
 src/setup-res.rc.in             |  4 +-
 src/setup/Makefile.am           |  2 +-
 src/strife/Makefile.am          |  2 +-
 textscreen/Makefile.am          |  2 +-
 textscreen/examples/Makefile.am |  2 +-
 13 files changed, 72 insertions(+), 70 deletions(-)