/[LeafOK_CVS]/lbbs/Makefile.am
ViewVC logotype

Diff of /lbbs/Makefile.am

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

Revision 1.3 by sysadm, Fri Apr 8 11:11:11 2005 UTC Revision 1.15 by sysadm, Sun Nov 9 11:33:56 2025 UTC
# Line 1  Line 1 
1  EXTRA_DIST = AUTHORS README INSTALL makedist.sh  ACLOCAL_AMFLAGS = -I m4
2  SUBDIRS=src utils  
3  CLEANFILES=@EXTRA_CLEAN@  EXTRA_DIST = README.md README.zh_CN.md INSTALL.md INSTALL.zh_CN.md ChangeLog.md ChangeLog.zh_CN.md LICENSE conf data
4    SUBDIRS = src utils
5    
6  install-data-local:  install-data-local:
7          sh makedist.sh $(prefix)          install -d $(prefix)/conf $(prefix)/data $(prefix)/log $(prefix)/var $(prefix)/var/articles $(prefix)/var/chicken $(prefix)/var/gen_ex
8            cd $(srcdir)/conf; find . -maxdepth 1 -type f -exec install -t $(prefix)/conf -m 644 {} \;
9            cd $(srcdir)/data; find . -maxdepth 1 -type f -exec install -t $(prefix)/data -m 644 {} \;
10            find $(prefix)/ -type d -exec chmod 750 {} \;
11    
12    uninstall-local:
13            cd $(srcdir)/conf; find . -maxdepth 1 -type f -exec rm -f $(prefix)/conf/{} \;
14            cd $(srcdir)/data; find . -maxdepth 1 -type f -exec rm -f $(prefix)/data/{} \;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1