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

Diff of /autoconf/doc/Makefile.in

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

revision 1.119 by akim, Thu Aug 29 08:03:10 2002 UTC revision 1.120 by eggert, Sat Aug 31 05:51:03 2002 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 49  INSTALL_PROGRAM = @INSTALL_PROGRAM@ Line 49  INSTALL_PROGRAM = @INSTALL_PROGRAM@
49  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
50  install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
51  install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
52    install_sh_SCRIPT = $(install_sh) -c
53  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
54  INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
55  transform = @program_transform_name@  transform = @program_transform_name@
# Line 69  EMACS = @EMACS@ Line 70  EMACS = @EMACS@
70  EXPR = @EXPR@  EXPR = @EXPR@
71  HELP2MAN = @HELP2MAN@  HELP2MAN = @HELP2MAN@
72  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 M4 = @M4@  
73  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
74  PACKAGE_NAME = @PACKAGE_NAME@  PACKAGE_NAME = @PACKAGE_NAME@
75  PERL = @PERL@  PERL = @PERL@
# Line 200  mostlyclean-aminfo: Line 200  mostlyclean-aminfo:
200          -rm -f autoconf.ac autoconf.at autoconf.aux autoconf.cp autoconf.cps \          -rm -f autoconf.ac autoconf.at autoconf.aux autoconf.cp autoconf.cps \
201            autoconf.cv autoconf.dvi autoconf.ev autoconf.fn autoconf.ky \            autoconf.cv autoconf.dvi autoconf.ev autoconf.fn autoconf.ky \
202            autoconf.log autoconf.ms autoconf.ov autoconf.pg autoconf.pr \            autoconf.log autoconf.ms autoconf.ov autoconf.pg autoconf.pr \
203            autoconf.ps autoconf.toc autoconf.tp autoconf.vr autoconf.vrs \            autoconf.ps autoconf.tmp autoconf.toc autoconf.tp autoconf.vr \
204            standards.aux standards.cp standards.cps standards.dvi \            autoconf.vrs standards.aux standards.cp standards.cps \
205            standards.fn standards.ky standards.log standards.pg \            standards.dvi standards.fn standards.ky standards.log \
206            standards.ps standards.toc standards.tp standards.vr            standards.pg standards.ps standards.tmp standards.toc \
207              standards.tp standards.vr
208    
209  maintainer-clean-aminfo:  maintainer-clean-aminfo:
210          cd $(srcdir) && \          cd $(srcdir) && \
211          for i in $(INFO_DEPS); do \          list='$(INFO_DEPS)'; for i in $$list; do \
212            rm -f $$i; \            rm -f $$i; \
213            if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \            if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
214              rm -f $$i-[0-9]*; \              rm -f $$i-[0-9]*; \
# Line 222  top_distdir = .. Line 223  top_distdir = ..
223  distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)  distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
224    
225  distdir: $(DISTFILES)  distdir: $(DISTFILES)
226          @for file in $(DISTFILES); do \          @list='$(DISTFILES)'; for file in $$list; do \
227            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; \
228            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
229            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
# Line 232  distdir: $(DISTFILES) Line 233  distdir: $(DISTFILES)
233              dir=''; \              dir=''; \
234            fi; \            fi; \
235            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
236              cp -pR $$d/$$file $(distdir)$$dir \              if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
237              || exit 1; \                cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
238                fi; \
239                cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
240            else \            else \
241              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
242              || cp -p $$d/$$file $(distdir)/$$file \              || cp -p $$d/$$file $(distdir)/$$file \
# Line 270  clean-generic: Line 273  clean-generic:
273          -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)          -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
274    
275  distclean-generic:  distclean-generic:
276          -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*          -rm -f Makefile $(CONFIG_CLEAN_FILES)
277    
278  maintainer-clean-generic:  maintainer-clean-generic:
279          @echo "This command is intended for maintainers to use"          @echo "This command is intended for maintainers to use"

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

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