Magellan Linux

Contents of /alx-src/tags/alx-web-0_7_0_20160208_4/share/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8555 - (show annotations) (download)
Mon Feb 8 14:06:50 2016 UTC (8 years, 3 months ago) by niro
File size: 240 byte(s)
tagged 'alx-web-0_7_0_20160208_4'
1 include ../Makefile.inc
2
3 FILES = supported_nics.html
4
5 all: $(FILES)
6
7 install: all
8 $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/share
9 $(INSTALL) -m0644 $(FILES) $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/share
10
11 clean:
12
13 .PHONY: all install clean