Magellan Linux

Diff of /alx-src/tags/alx-web-0_7_1_20190711_1/Makefile

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

revision 8535 by niro, Mon Feb 8 12:21:03 2016 UTC revision 12867 by niro, Tue Nov 13 08:46:51 2018 UTC
# Line 2  Line 2 
2    
3  include Makefile.inc  include Makefile.inc
4    
5  SUBDIRS = apache include js pics scripts share  SUBDIRS = apache include js pics scripts share sudo
6    
7  FILES = help.php import.php index.php loc.php mindterm.jar mindterm.php \  FILES = help.php import.php index.php loc.php mindterm.jar mindterm.php \
8   monitor.php openclose_ajax.js openclose.php reboot.php show.php \   monitor.php openclose_ajax.js openclose.php reboot.php show.php \
# Line 17  install: $(INSTALLDIRS) all Line 17  install: $(INSTALLDIRS) all
17   $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)   $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)
18   $(INSTALL) -m0644 $(FILES) $(DESTDIR)/${ALX_WEB_INSTALL_DIR}   $(INSTALL) -m0644 $(FILES) $(DESTDIR)/${ALX_WEB_INSTALL_DIR}
19   $(INSTALL) -m0644 VERSION $(DESTDIR)/${ALX_WEB_INSTALL_DIR}   $(INSTALL) -m0644 VERSION $(DESTDIR)/${ALX_WEB_INSTALL_DIR}
20     $(INSTALL) -m0644 ChangeLog $(DESTDIR)/${ALX_WEB_INSTALL_DIR}
21    
22  clean: $(CLEANDIRS)  clean: $(CLEANDIRS)
23    

Legend:
Removed from v.8535  
changed lines
  Added in v.12867