bug-gnats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNATS v4.0 manual bug


From: Matthew Williams
Subject: GNATS v4.0 manual bug
Date: Wed, 15 Oct 2003 00:10:16 +1000

Content-Type: text/plain; charset=iso-8859-1

Content-Transfer-Encoding: 7bit



* Version: 4.0



*The exact way how to reproduce the bug:

1. I was following the instuctions found here:

http://www.gnu.org/software/gnats/doc/4_0_beta_snapshot/Installing-utils.html#Installing%20utils

2. I typed in:

make install install-info

3. It gave me this error:

make: *** No rule to make target `install-info'.  Stop.



NB: How do I Install the info files into their configured locations now as the 
install-info does not work?



* Configuration:

Makefile

# Generated automatically from Makefile.in by configure.

# The top-level Makefile for GNU GNATS

# Copyright (C) 2001, 2002 Milan Zamazal

#

# This file is part of GNU GNATS.

#

# GNU GNATS is free software; you can redistribute it and/or modify

# it under the terms of the GNU General Public License as published by

# the Free Software Foundation; either version 2, or (at your option)

# any later version.

# 

# GNU GNATS is distributed in the hope that it will be useful,

# but WITHOUT ANY WARRANTY; without even the implied warranty of

# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

# GNU General Public License for more details.

# 

# You should have received a copy of the GNU General Public License

# along with GNU GNATS; if not, write to the Free Software

# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA



VERSION = 4.0

DISTDIR = gnats-$(VERSION)



srcdir = .



SUBDIRS = gnats send-pr doc

LIBIBERTYDIR = libiberty

LIBIBERTY = $(LIBIBERTYDIR)/libiberty.a



# Standard GNU targets

.PHONY: all install install-strip uninstall clean distclean distclean-here \

        mostlyclean maintainer-clean TAGS info dvi dist check

# GNATS specific targets

.PHONY: all-gnats all-tools



all: all-gnats



all-gnats: $(LIBIBERTY)

        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done



all-tools: $(LIBIBERTY)

        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done



install: install-gnats



install-gnats: $(LIBIBERTY)

        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done



install-strip: $(LIBIBERTY)

        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' $@



install-tools: $(LIBIBERTY)

        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' $@



uninstall:

        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done



mostlyclean:

        -rm -f TAGS *.tar *.tar.gz

        -rm -f .\#* *~*

        for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done



clean: mostlyclean

        for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done



distclean: clean distclean-here

        for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done

distclean-here:

        -rm -f Makefile config.status config.cache config.log

        -rm -f .\#* \#* *~*

        -rm -f *.orig *.rej



maintainer-clean: distclean-here

        for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done



Makefile: $(srcdir)/Makefile.in config.status

        ./config.status



TAGS:

        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done



info:

        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done



dvi:

        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done



dist: maintainer-clean

        ./configure

        $(MAKE)

        $(MAKE) distclean

        -rm -rf $(DISTDIR)

        mkdir $(DISTDIR)

        find \( -maxdepth 1 -not -name . -not -name .. -not -name $(DISTDIR) \

                -not -name debian \) -print0 | \

                xargs --null cp -al --target-directory=$(DISTDIR)

        find $(DISTDIR) \( -name CVS -o -name .cvsignore \) -print0 | \

                xargs --null --no-run-if-empty rm -r

        -find $(DISTDIR) -type d -print0 | \

                xargs --null --no-run-if-empty rmdir -p 2>/dev/null

        set -e; for i in gnats/configure gnats/configure.in; do \

                sed 's/-Werror//' $(DISTDIR)/$$i >$(DISTDIR)/$$i.tmp; \

                mv $(DISTDIR)/$$i.tmp $(DISTDIR)/$$i; \

        done

        tar cvf $(DISTDIR).tar $(DISTDIR)

        rm -rf $(DISTDIR)

        gzip -9 $(DISTDIR).tar



check:

        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done



$(LIBIBERTY):

        $(MAKE) -C $(LIBIBERTYDIR)



* Operating Sytem: Linux Kernel v2.4.18-18.7.x



* Compiler:

gcc -v

Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs

gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-113)

gcc -dumpmachine

i386-redhat-linux



* make:

make -v    

GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.

Built for i386-redhat-linux-gnu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]