/[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.129 by akim, Thu Nov 14 17:37:45 2002 UTC revision 1.130 by akim, Thu Feb 20 16:57:48 2003 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.7.1 from Makefile.am.  # Makefile.in generated by automake 1.7.2 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 182  uninstall-info-am: Line 182  uninstall-info-am:
182               install-info --version | grep -i -v debian) >/dev/null 2>&1; then \               install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
183            list='$(INFO_DEPS)'; \            list='$(INFO_DEPS)'; \
184            for file in $$list; do \            for file in $$list; do \
185              echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \              relfile=`echo "$$file" | sed 's|^.*/||'`; \
186              install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \              echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$relfile"; \
187                install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$relfile; \
188            done; \            done; \
189          else :; fi          else :; fi
190          @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
191          @list='$(INFO_DEPS)'; \          @list='$(INFO_DEPS)'; \
192          for file in $$list; do \          for file in $$list; do \
193              relfile=`echo "$$file" | sed 's|^.*/||'`; \
194            (if cd $(DESTDIR)$(infodir); then \            (if cd $(DESTDIR)$(infodir); then \
195               echo " rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \               echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9])"; \
196               rm -f $$file $$file-[0-9] $$file-[0-9][0-9]; \               rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9]; \
197             else :; fi); \             else :; fi); \
198          done          done
199    
# Line 207  dist-info: $(INFO_DEPS) Line 209  dist-info: $(INFO_DEPS)
209          done          done
210    
211  mostlyclean-aminfo:  mostlyclean-aminfo:
212          -rm -f autoconf.ac autoconf.at autoconf.aux autoconf.cp autoconf.cps \          -rm -f autoconf.ac autoconf.acs autoconf.at autoconf.ats autoconf.aux \
213            autoconf.cv autoconf.ev autoconf.fn autoconf.ky autoconf.log \            autoconf.cp autoconf.cps autoconf.cv autoconf.cvs autoconf.ev \
214            autoconf.ms autoconf.ov autoconf.pg autoconf.pr autoconf.tmp \            autoconf.evs autoconf.fn autoconf.fns autoconf.ky \
215            autoconf.toc autoconf.tp autoconf.vr autoconf.vrs \            autoconf.kys autoconf.log autoconf.ms autoconf.mss \
216            autoconf.dvi autoconf.pdf autoconf.ps standards.aux \            autoconf.ov autoconf.ovs autoconf.pg autoconf.pgs autoconf.pr \
217            standards.cp standards.cps standards.fn standards.ky \            autoconf.prs autoconf.tmp autoconf.toc autoconf.tp \
218            standards.log standards.pg standards.tmp standards.toc \            autoconf.tps autoconf.vr autoconf.vrs autoconf.dvi \
219            standards.tp standards.vr standards.dvi standards.pdf \            autoconf.pdf autoconf.ps standards.aux standards.cp \
220              standards.cps standards.fn standards.ky standards.log \
221              standards.pg standards.tmp standards.toc standards.tp \
222              standards.tps standards.vr standards.dvi standards.pdf \
223            standards.ps            standards.ps
224    
225  maintainer-clean-aminfo:  maintainer-clean-aminfo:
# Line 325  install-info-am: $(INFO_DEPS) Line 330  install-info-am: $(INFO_DEPS)
330          @list='$(INFO_DEPS)'; \          @list='$(INFO_DEPS)'; \
331          for file in $$list; do \          for file in $$list; do \
332            if test -f $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file; then d=.; else d=$(srcdir); fi; \
333            for ifile in echo $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \            for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \
334              if test -f $$ifile; then \              if test -f $$ifile; then \
335                relfile=`expr "$$ifile" : "$$d/\(.*\)"`; \                relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
336                echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \                echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \
337                $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile; \                $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile; \
338              else : ; fi; \              else : ; fi; \
# Line 338  install-info-am: $(INFO_DEPS) Line 343  install-info-am: $(INFO_DEPS)
343               install-info --version | grep -i -v debian) >/dev/null 2>&1; then \               install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
344            list='$(INFO_DEPS)'; \            list='$(INFO_DEPS)'; \
345            for file in $$list; do \            for file in $$list; do \
346              echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\              relfile=`echo "$$file" | sed 's|^.*/||'`; \
347              install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\              echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile";\
348                install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile || :;\
349            done; \            done; \
350          else : ; fi          else : ; fi
351  install-man:  install-man:

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130

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