Changeset e26aa72 for doc/Makefile


Ignore:
Timestamp:
2015-01-25T05:00:06Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
36ee8c6, 95e17fc
Parents:
eb4ad8d
git-author:
dequis <dx@…> (24-01-15 22:48:09)
git-committer:
dequis <dx@…> (25-01-15 05:00:06)
Message:

Add git specific stuff!

  • A few build system tweaks
  • A fancy README.md
  • s/.bzrignore/.gitignore/
  • .travis.yml for travis-ci integration
  • doc/git-bzr-rev-map for historical purposes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile

    reb4ad8d re26aa72  
    55
    66all:
    7         # Only build the docs if this is a bzr checkout
    8         test ! -d ../.bzr || $(MAKE) -C user-guide
     7        # Only build the docs if this is a git tree
     8        test ! '(' -d ../.git -o -d ../.bzr ')' || $(MAKE) -C user-guide
    99
    1010install:
Note: See TracChangeset for help on using the changeset viewer.