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

Annotation of /lbbs/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.14 - (hide annotations)
Sun Nov 9 11:08:08 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.13: +2 -2 lines
Update version and ChangeLog

1 sysadm 1.5 ACLOCAL_AMFLAGS = -I m4
2    
3 sysadm 1.13 EXTRA_DIST = README.md README.zh_CN.md INSTALL.md INSTALL.zh_CN.md ChangeLog.md ChangeLog.zh_CN.md LICENSE conf data
4 sysadm 1.9 SUBDIRS = src utils
5 sysadm 1.2
6     install-data-local:
7 sysadm 1.9 install -d $(prefix)/conf $(prefix)/data $(prefix)/log $(prefix)/var $(prefix)/var/articles $(prefix)/var/chicken $(prefix)/var/gen_ex
8 sysadm 1.11 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 sysadm 1.9 find $(prefix)/ -type d -exec chmod 750 {} \;
11    
12     uninstall-local:
13 sysadm 1.14 cd $(srcdir)/conf; find . -type f -name *.default -exec rm -f $(prefix)/conf/{} \;
14     cd $(srcdir)/data; find . -type f -name *.txt -exec rm -f $(prefix)/data/{} \;

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