/[dejagnu]/dejagnu/doc/Makefile.in
ViewVC logotype

Diff of /dejagnu/doc/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by rsavoye, Tue Nov 12 20:28:59 2002 UTC revision 1.15 by rsavoye, Mon Mar 17 02:25:07 2003 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.6 from Makefile.am.  # Makefile.in generated by automake 1.6.3 from Makefile.am.
2  # @configure_input@  # @configure_input@
3    
4  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Line 51  INSTALL_PROGRAM = @INSTALL_PROGRAM@ Line 51  INSTALL_PROGRAM = @INSTALL_PROGRAM@
51  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
52  install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
53  install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
54    install_sh_SCRIPT = $(install_sh) -c
55  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
56  INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
57  transform = @program_transform_name@  transform = @program_transform_name@
# Line 122  install-man1: $(man1_MANS) $(man_MANS) Line 123  install-man1: $(man1_MANS) $(man_MANS)
123            if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \            if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
124            else file=$$i; fi; \            else file=$$i; fi; \
125            ext=`echo $$i | sed -e 's/^.*\\.//'`; \            ext=`echo $$i | sed -e 's/^.*\\.//'`; \
126              case "$$ext" in \
127                1*) ;; \
128                *) ext='1' ;; \
129              esac; \
130            inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \            inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
131            inst=`echo $$inst | sed -e 's/^.*\///'`; \            inst=`echo $$inst | sed -e 's/^.*\///'`; \
132            inst=`echo $$inst | sed '$(transform)'`.$$ext; \            inst=`echo $$inst | sed '$(transform)'`.$$ext; \
# Line 154  top_distdir = .. Line 159  top_distdir = ..
159  distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)  distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
160    
161  distdir: $(DISTFILES)  distdir: $(DISTFILES)
162          @for file in $(DISTFILES); do \          @list='$(DISTFILES)'; for file in $$list; do \
163            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
164            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
165            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
# Line 164  distdir: $(DISTFILES) Line 169  distdir: $(DISTFILES)
169              dir=''; \              dir=''; \
170            fi; \            fi; \
171            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
172              cp -pR $$d/$$file $(distdir)$$dir \              if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
173              || exit 1; \                cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
174                fi; \
175                cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
176            else \            else \
177              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
178              || cp -p $$d/$$file $(distdir)/$$file \              || cp -p $$d/$$file $(distdir)/$$file \
# Line 198  mostlyclean-generic: Line 205  mostlyclean-generic:
205  clean-generic:  clean-generic:
206    
207  distclean-generic:  distclean-generic:
208          -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*          -rm -f Makefile $(CONFIG_CLEAN_FILES)
209    
210  maintainer-clean-generic:  maintainer-clean-generic:
211          @echo "This command is intended for maintainers to use"          @echo "This command is intended for maintainers to use"

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26