~ubuntu-branches/ubuntu/warty/electric/warty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Ruffin
  • Date: 2002-03-23 11:02:56 UTC
  • Revision ID: james.westby@ubuntu.com-20020323110256-mx008emo1nb2k11i
Tags: 6.05-1
* new upstream release
* added menu hints (closes: #128765)
* changed doc-base to go into Technical section per menu-policy

Show diffs side-by-side

added added

removed removed

Lines of Context:
943
943
        done ) ; 
944
944
 
945
945
install.html:
946
 
        $(INSTALL) -d -m755 $(prefix)/doc/electric/html
 
946
        $(INSTALL) -d -m755 $(prefix)/share/doc/electric/html
947
947
        @(cd html/manual ; \
948
 
        $(INSTALL) -m644 index.html $(prefix)/doc/electric/html ; \
 
948
        $(INSTALL) -m644 index.html $(prefix)/share/doc/electric/html ; \
949
949
        for d in `$(FIND) . -type d -print`; do \
950
 
          $(INSTALL) -d -m755 $(prefix)/doc/electric/html/$$d ; \
 
950
          $(INSTALL) -d -m755 $(prefix)/share/doc/electric/html/$$d ; \
951
951
          (cd $$d ; \
952
952
          for f in `$(FIND) . -type f -maxdepth 1 -print`; do \
953
 
            install -m644 $$f $(prefix)/doc/electric/html/$$d/$$f ; \
 
953
            install -m644 $$f $(prefix)/share/doc/electric/html/$$d/$$f ; \
954
954
          done ) ; \
955
955
        done ) ; 
956
956