Deleted Added
full compact
Makefile.in (25839) Makefile.in (66525)
1# Makefile for GNU CVS documentation.
2# Do not use this makefile directly, but only from `../Makefile'.
3# Copyright (C) 1986, 1988-1990 Free Software Foundation, Inc.
4
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2, or (at your option)
8# any later version.

--- 7 unchanged lines hidden (view full) ---

16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
1# Makefile for GNU CVS documentation.
2# Do not use this makefile directly, but only from `../Makefile'.
3# Copyright (C) 1986, 1988-1990 Free Software Foundation, Inc.
4
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2, or (at your option)
8# any later version.

--- 7 unchanged lines hidden (view full) ---

16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24infodir = $(prefix)/info
24infodir = @infodir@
25
26INSTALL = @INSTALL@
27INSTALL_DATA = @INSTALL_DATA@
28
29DISTFILES = \
30 .cvsignore ChangeLog ChangeLog.fsf Makefile.in \
31 RCSFILES \
32 cvs-paper.ms cvs-paper.ps \

--- 165 unchanged lines hidden ---
25
26INSTALL = @INSTALL@
27INSTALL_DATA = @INSTALL_DATA@
28
29DISTFILES = \
30 .cvsignore ChangeLog ChangeLog.fsf Makefile.in \
31 RCSFILES \
32 cvs-paper.ms cvs-paper.ps \

--- 165 unchanged lines hidden ---