Update of /cvsroot/cscope/cscope/doc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9402/doc
Modified Files:
Makefile.in
Log Message:
Prepare for move away from CVS, to git.
Purge $Id$ tags and similar
Rebuild autotools
Add yacc flags and automake hint about 'egrep.h'
Index: Makefile.in
===================================================================
RCS file: /cvsroot/cscope/cscope/doc/Makefile.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** Makefile.in 20 Nov 2014 21:12:54 -0000 1.15
--- Makefile.in 15 Oct 2017 00:10:33 -0000 1.16
***************
*** 1,6 ****
! # Makefile.in generated by automake 1.14.1 from Makefile.am.
# @configure_input@
! # Copyright (C) 1994-2013 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
--- 1,6 ----
! # Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
! # Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
***************
*** 15,19 ****
@SET_MAKE@
VPATH = @srcdir@
! am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
case $${target_option-} in \
--- 15,29 ----
@SET_MAKE@
VPATH = @srcdir@
! am__is_gnu_make = { \
! if test -z '$(MAKELEVEL)'; then \
! false; \
! elif test -n '$(MAKE_HOST)'; then \
! true; \
! elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
! true; \
! else \
! false; \
! fi; \
! }
am__make_running_with_option = \
case $${target_option-} in \
***************
*** 79,84 ****
host_triplet = @host@
subdir = doc
- DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
- $(top_srcdir)/mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
--- 89,92 ----
***************
*** 86,89 ****
--- 94,98 ----
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+ DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
***************
*** 141,144 ****
--- 150,154 ----
MANS = $(man_MANS)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
***************
*** 263,267 ****
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnu doc/Makefile
- .PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
--- 273,276 ----
***************
*** 480,483 ****
--- 489,494 ----
uninstall-man1
+ .PRECIOUS: Makefile
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|