aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-01-24 19:48:09 -0300
committerdequis <dx@dxzone.com.ar>2015-01-25 02:00:06 -0300
commite26aa728e6840678ea018ab979867730f4c7fb68 (patch)
tree33c382ab59339dcbb341ae43670f3421df4f5ddc /doc/Makefile
parenteb4ad8d31f7ed4210f24beb8753ecce594b0beef (diff)
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
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 5660e23d..69471d32 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -4,8 +4,8 @@ _SRCDIR_ := $(_SRCDIR_)doc/
endif
all:
- # Only build the docs if this is a bzr checkout
- test ! -d ../.bzr || $(MAKE) -C user-guide
+ # Only build the docs if this is a git tree
+ test ! '(' -d ../.git -o -d ../.bzr ')' || $(MAKE) -C user-guide
install:
mkdir -p $(DESTDIR)$(MANDIR)/man8/ $(DESTDIR)$(MANDIR)/man5/