Changeset fd45e859 for doc/Makefile


Ignore:
Timestamp:
2015-06-04T17:13:22Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
1cef55f
Parents:
81d40fe
git-author:
dequis <dx@…> (31-05-15 23:50:08)
git-committer:
dequis <dx@…> (04-06-15 17:13:22)
Message:

Allow building docs from any directory

Also just remove the .git check completely - just rely on make skipping
it if it exists already.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile

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