From 54afb658829d4bfe5de52685f77af8c8273e78c0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Wed, 21 Mar 2007 21:03:44 +0000 Subject: [doc] Makefile VPATH patch 2007-03-21 Andrew J. Schorr * Makefile.am: Patch rule for draft-zebra-00.txt to work in VPATH build environments. --- doc/ChangeLog | 5 +++++ doc/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index aa1eb744..3511613c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-03-21 Andrew J. Schorr + + * Makefile.am: Patch rule for draft-zebra-00.txt to work + in VPATH build environments. + 2006-07-28 Paul Jakma * main.texi: link-detect works on Solaris too. diff --git a/doc/Makefile.am b/doc/Makefile.am index c998e63e..ed3a6d52 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -67,5 +67,5 @@ EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS) \ mpls/opaque_lsa.txt mpls/ospfd.conf \ $(figures_sources) $(figures_png) $(figures_txt) -draft-zebra-00.txt: - groff -T ascii -ms draft-zebra-00.ms > draft-zebra-00.txt +draft-zebra-00.txt: draft-zebra-00.ms + groff -T ascii -ms $< > $@ -- cgit v1.2.1