]> git.saurik.com Git - bison.git/blobdiff - doc/local.mk
location: remove some ugly debugging code traces
[bison.git] / doc / local.mk
index 1f7b3b226cbef855b2e9dc8936948cf66a22ff14..b3c74a622ffd4b1b5d172e001d3f25a227c4529f 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2001-2003, 2005-2013 Free Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2005-2014 Free Software Foundation, Inc.
 
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -118,7 +118,9 @@ $(top_srcdir)/doc/bison.1: doc/bison.help doc/bison.x $(top_srcdir)/configure
        fi
        $(AM_V_at)rm -f $@*.t
 
+if ENABLE_YACC
 nodist_man_MANS = doc/yacc.1
+endif
 
 ## ----------------------------- ##
 ## Graphviz examples generation. ##