/[classpath]/classpath/doc/api/Makefile.am
ViewVC logotype

Diff of /classpath/doc/api/Makefile.am

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

revision 1.2 by cbj, Tue Dec 24 05:35:22 2002 UTC revision 1.3 by tromey, Tue Jan 14 19:05:11 2003 UTC
# Line 21  htmllist := $(shell $(FIND) html | grep Line 21  htmllist := $(shell $(FIND) html | grep
21    
22  install-data-local:  install-data-local:
23          $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/api          $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/api
24          @for p in $(htmllist); do \          @list='$(htmllist)'; for p in $$list; do \
25            f="`echo $$p | sed -e 's|^.*/||'`"; \            f="`echo $$p | sed -e 's|^.*/||'`"; \
26            if test -f "$$p"; then \            if test -f "$$p"; then \
27              echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/api/$$f"; \              echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/api/$$f"; \
# Line 32  install-data-local: Line 32  install-data-local:
32          done          done
33    
34  uninstall-local:  uninstall-local:
35          @for p in $(htmllist); do \          @list='$(htmllist)'; for p in $$list; do \
36            f="`echo $$p | sed -e 's|^.*/||'`"; \            f="`echo $$p | sed -e 's|^.*/||'`"; \
37            if test -f "$$p"; then \            if test -f "$$p"; then \
38              echo " rm -f $(DESTDIR)$(pkgdatadir)/api/$$f"; \              echo " rm -f $(DESTDIR)$(pkgdatadir)/api/$$f"; \

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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