Makefile.am
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
- #$Id: Makefile.am,v 1.13 2000/06/03 05:40:27 mrsam Exp $
- @SET_MAKE@
- htmllibdir=@htmllibdir@/html/@lang@
- conf=LOCALE LANGUAGE LANGUAGE_PREF ISPELLDICT CHARSET
- html=attachments.html abooklist.html empty.html expired.html folder.html
- folders.html index.html invalid.html login.html
- ldaplist.html ldapsearch.html
- newmsg.html preferences.html print.html readmsg.html redirect.html
- spellchk.html
- htmllib_DATA=$(conf) $(html)
- EXTRA_DIST=$(htmllib_DATA)
- clonedist: distdir
- -chmod -R a+r $(distdir)
- d=`pwd` ; cd $(distdir) ; GZIP=$(GZIP_ENV) $(TAR) chozf $$d/clone.tar.gz .
- -rm -rf $(distdir)
- install-perms:
- @echo "$(htmllibdir) 555 bin bin" >permissions.dat
- @for f in $(conf) ; do
- echo $(htmllibdir)/$$f 644 bin bin config >>permissions.dat ;
- done
- @for f in $(html) ; do
- echo $(htmllibdir)/$$f 644 bin bin >>permissions.dat ;
- done