Changeset 513a323


Ignore:
Timestamp:
2005-11-26T01:37:28Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
1aa7ec7d
Parents:
689a6e0
Message:

Build docs by default in .bzr checkouts

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r689a6e0 r513a323  
    1818
    1919all: $(OUTFILE)
     20        $(MAKE) -C doc
    2021
    2122uninstall: uninstall-bin uninstall-doc
  • doc/Makefile

    r689a6e0 r513a323  
    11-include ../Makefile.settings
     2
     3all:
     4        # Only build the docs if this is a bzr checkout
     5        test ! -d ../.bzr || $(MAKE) -C user-guide
    26
    37install:
Note: See TracChangeset for help on using the changeset viewer.