emacs-pretest-bug
[Top][All Lists]
Advanced

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

Bad default target in man/Makefile.in


From: Tim Van Holder
Subject: Bad default target in man/Makefile.in
Date: Wed, 22 Oct 2003 09:48:00 +0200

Currently, the rule to create the 'info' dir is the default rule
in this Makefile (as a result of the changes made in revision 1.51).
The trivial patch below restores the 'info' target as the default
target, so a 'make' in man/ once again builds the info files.

Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/man/Makefile.in,v
retrieving revision 1.51
diff -u -r1.51 Makefile.in
--- Makefile.in 4 Sep 2003 16:01:15 -0000       1.51
+++ Makefile.in 22 Oct 2003 07:43:19 -0000
@@ -103,10 +103,10 @@
        ${srcdir}/ack.texi \
        ${srcdir}/kmacro.texi

+info: $(top_srcdir)/info $(INFO_TARGETS)
+
 $(top_srcdir)/info:
        mkdir $@
-
-info: $(top_srcdir)/info $(INFO_TARGETS)

 dvi: $(DVI_TARGETS)

-- This e-mail was scanned by RAV Antivirus --





reply via email to

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