/[ludap]/ludap/Makefile
ViewVC logotype

Diff of /ludap/Makefile

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

revision 1.2 by mose, Wed Sep 24 10:03:03 2003 UTC revision 1.3 by mose, Wed Oct 22 22:50:17 2003 UTC
# Line 26  all: install Line 26  all: install
26    
27  # ------------------------------------------------------------------------  # ------------------------------------------------------------------------
28    
29  install: init files web img doc htmldoc conf smarty tpl tmp  install: init files web img authlib doc htmldoc conf smarty tpl tmp
30                                  @echo ---------------------------------------                                  @echo ---------------------------------------
31                                  @echo installed                                  @echo installed
32    
# Line 36  init: Line 36  init:
36    
37  # ------------------------------------------------------------------------  # ------------------------------------------------------------------------
38    
39  files: ludap.lib.php setup.php setup.smarty.php forms.lib.php  files: ludap.lib.php setup.php setup.smarty.php forms.lib.php auth.php
40                                  $(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(INSTALLDIR)                                  $(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(INSTALLDIR)
41    
42  doc: README INSTALL LICENCE.TXT  doc: README INSTALL LICENCE.TXT
# Line 62  img: www/images/*.png Line 62  img: www/images/*.png
62                                  [ -d $(WEBDIR)/images ] || mkdir -m 775 $(WEBDIR)/images || exit 0                                  [ -d $(WEBDIR)/images ] || mkdir -m 775 $(WEBDIR)/images || exit 0
63                                  $(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(WEBDIR)/images                                  $(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(WEBDIR)/images
64    
65    authlib: www/authlib/*.php
66                                    [ -d $(WEBDIR)/authlib ] || mkdir -m 775 $(WEBDIR)/authlib || exit 0
67                                    $(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(WEBDIR)/authlib
68    
69  smarty: smarty_dir smarty_core smarty_plugins  smarty: smarty_dir smarty_core smarty_plugins
70    
71  smarty_dir: smarty/*.php  smarty_dir: smarty/*.php

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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