[BACK] Return to Makefile.am CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/Makefile.am between version 1.6 and 1.7

version 1.6, 2002/03/19 17:42:48 version 1.7, 2002/04/10 07:33:07
Line 17 
Line 17 
 dist-hook: dist-hook:
         find $(distdir) -name CVS -print | xargs rm -fr         find $(distdir) -name CVS -print | xargs rm -fr
  
 # End of Makefile.am install-data-hook:
          mkdir -p ${DESTDIR}${pkglocalstatedir}
          mkdir -p ${DESTDIR}${logdir}
          mkdir -p ${DESTDIR}${pkgsysconfdir}
  #
  # Do not override existing config files
  #
          for service in admin admin_executor login naming welcome ; \
          do \
                  test -f ${DESTDIR}${pkgsysconfdir}/$${service}_service.cfg || cp ${srcdir}/$${service}_service/$${service}_service.cfg ${DESTDIR}${pkgsysconfdir} ; \
          done
  
  uninstall-local:
          for service in admin admin_executor login naming welcome ; \
          do \
                  rm -f ${DESTDIR}${pkgsysconfdir}/$${service}_service.cfg ; \
          done
  
  # End of Makefile.am


Legend:
Removed from v.1.6 
changed lines
 Added in v.1.7