/[ludap]/ludap/Makefile
ViewVC logotype

Diff of /ludap/Makefile

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

revision 1.4 by mose, Mon Oct 27 02:36:54 2003 UTC revision 1.5 by mose, Mon Oct 27 10:04:47 2003 UTC
# Line 26  all: install Line 26  all: install
26    
27  # ------------------------------------------------------------------------  # ------------------------------------------------------------------------
28    
29  install: init files web img authlib doc conf smarty tpl tmp  install: init files web img authlib doc conf smarty tpl tmp scripts
30                                  @echo ---------------------------------------                                  @echo ---------------------------------------
31                                  @echo installed                                  @echo installed
32    
# Line 92  tmp: Line 92  tmp:
92                                  [ -d $(LOGDIR) ] || mkdir -m 775 $(LOGDIR) || exit 0                                  [ -d $(LOGDIR) ] || mkdir -m 775 $(LOGDIR) || exit 0
93                                  chown $(WEBUSER) $(TMPDIR) $(TMPDIR)/cache $(TMPDIR)/compil $(LOGDIR) $(XMLDIR)                                  chown $(WEBUSER) $(TMPDIR) $(TMPDIR)/cache $(TMPDIR)/compil $(LOGDIR) $(XMLDIR)
94    
95    scripts: scripts/*
96                                    [ -d $(INSTALLDIR)/scripts ] || mkdir -m 775 $(INSTALLDIR)/scripts || exit 0
97                                    $(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(INSTALLDIR)/scripts
98    
99  # ------------------------------------------------------------------------  # ------------------------------------------------------------------------
100    
101  dox: Doxyfile  dox: Doxyfile

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26