Changeset e26aa72 for doc/Makefile
- Timestamp:
- 2015-01-25T05:00:06Z (10 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile
reb4ad8d re26aa72 5 5 6 6 all: 7 # Only build the docs if this is a bzr checkout8 test ! -d ../.bzr|| $(MAKE) -C user-guide7 # Only build the docs if this is a git tree 8 test ! '(' -d ../.git -o -d ../.bzr ')' || $(MAKE) -C user-guide 9 9 10 10 install:
Note: See TracChangeset
for help on using the changeset viewer.