diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 54106624..f3a26815 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ # # doc/Makefile.am --- automake input file for gawk # -# Copyright (C) 2000, 2001, 2002, 2004 the Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2004, 2005 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. @@ -18,7 +18,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # ## process this file with automake to produce Makefile.in @@ -91,13 +91,5 @@ awkcard.ps: $(CARDFILES) awkcard.nc: $(CARDFILES) $(TROFF) $(CARDSRC_N) | $(SEDME) | cat $(srcdir)/setter.outline - > awkcard.ps && touch awkcard.nc -html: gawk.html gawkinet.html - -gawk.html: gawk.texi - $(MAKEINFO) --html $< - -gawkinet.html: gawkinet.texi - $(MAKEINFO) --html $< - clean: rm -f *.ps *~ awkcard.nc awkcard.tr *.html |