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

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

33 commit_prep \
34 cvs2vendor \
35 cvs_acls \
36 cvscheck \
37 debug_check_log \
38 log \
39 log_accum \
40 mfpipe \
1## Process this file with automake to produce Makefile.in
2# Makefile for GNU CVS contributed sources.
3# Do not use this makefile directly, but only from `../Makefile'.
4# Copyright (C) 1986, 1988-1990 Free Software Foundation, Inc.
5
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2, or (at your option)

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

33 commit_prep \
34 cvs2vendor \
35 cvs_acls \
36 cvscheck \
37 debug_check_log \
38 log \
39 log_accum \
40 mfpipe \
41 pvcs2rcs \
41 rcs-to-cvs \
42 rcs2log \
43 rcslock \
44 sccs2rcs
45
46contrib_DATA = \
47 README \
48 intro.doc

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

67 rcs-to-cvs.sh \
68 rcs2log.sh \
69 rcs2sccs.sh
70
71CLEANFILES = $(bin_SCRIPTS) $(contrib_SCRIPTS)
72
73# we'd rather have a link here rather than two copies of a script
74install-data-local:
42 rcs-to-cvs \
43 rcs2log \
44 rcslock \
45 sccs2rcs
46
47contrib_DATA = \
48 README \
49 intro.doc

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

68 rcs-to-cvs.sh \
69 rcs2log.sh \
70 rcs2sccs.sh
71
72CLEANFILES = $(bin_SCRIPTS) $(contrib_SCRIPTS)
73
74# we'd rather have a link here rather than two copies of a script
75install-data-local:
75 # FIXME - this path should be determined dynamically from bindir
76 # & contribdir
76 : FIXME - this path should be determined dynamically from bindir
77 : and contribdir
77 @$(NORMAL_INSTALL)
78 $(mkinstalldirs) $(DESTDIR)$(bindir)
79 @list='$(bin_LINKS)'; for p in $$list; do \
80 echo "test ! -e $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
81 echo " && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` ."; \
82 (test ! -e $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'` \
83 && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` .) \
84 || (echo "Link creation failed" && if test -f $$p; then \

--- 24 unchanged lines hidden ---
78 @$(NORMAL_INSTALL)
79 $(mkinstalldirs) $(DESTDIR)$(bindir)
80 @list='$(bin_LINKS)'; for p in $$list; do \
81 echo "test ! -e $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
82 echo " && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` ."; \
83 (test ! -e $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'` \
84 && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` .) \
85 || (echo "Link creation failed" && if test -f $$p; then \

--- 24 unchanged lines hidden ---