diff options
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | 2009-02-16 09:40:39 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-25 15:01:19 +0200 |
commit | cbcd9bfc503f08b99f5360b1aae3a5362d25a665 (patch) | |
tree | 58814eea77d86ddbca739dd005c9adb802611864 /Makefile.am | |
parent | [ospfd] external LSA route_unlock_node() fixes (diff) | |
download | frr-cbcd9bfc503f08b99f5360b1aae3a5362d25a665.tar.xz frr-cbcd9bfc503f08b99f5360b1aae3a5362d25a665.zip |
[doc] Add "--disable-doc" to configure
Configure option "--disable-doc" will prevent building
the documents under doc. Saves build time and the need to
have document building tools installed. Useful when your build
machine is different from your development machine.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8276b2427..007758f27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in. SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ - @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ doc m4 @pkgsrcdir@ \ + @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \ redhat @SOLARIS@ DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \ |