]> git.decadent.org.uk Git - ion3.git/blob - Makefile
Added log entries for new version and for translation changes.
[ion3.git] / Makefile
1 ##
2 ## Ion Makefile
3 ##
4
5 # System-specific configuration is in system.mk
6 include build/system-inc.mk
7
8 # List of modules
9 include modulelist.mk
10
11 ######################################
12
13 INSTALL_SUBDIRS=\
14         $(MODULE_LIST) \
15         ioncore ion pwm etc utils man po \
16         
17
18 SUBDIRS = $(LIBS_SUBDIRS) $(INSTALL_SUBDIRS)
19
20 DOCS = README LICENSE ChangeLog RELNOTES
21
22 TO_REALCLEAN = build/ac/system-ac.mk
23
24 POTFILE=po/ion.pot
25
26 ######################################
27
28 include build/rules.mk
29
30 ######################################
31
32 _install:
33         $(INSTALLDIR) $(DOCDIR)
34         for i in $(DOCS); do \
35                 $(INSTALL) -m $(DATA_MODE) $$i $(DOCDIR); \
36         done