Makefile.am
changeset 0 43e43bf23a7a
equal deleted inserted replaced
-1:000000000000 0:43e43bf23a7a
       
     1 ### Process this file with automake to produce Makefile.in
       
     2 
       
     3 EXTRA_DIST = \
       
     4 	autogen.sh \
       
     5 	ChangeLog \
       
     6 	intltool-extract.in \
       
     7 	intltool-merge.in \
       
     8 	intltool-update.in
       
     9 
       
    10 DISTCLEANFILES = \
       
    11 	intltool-extract \
       
    12 	intltool-merge \
       
    13 	intltool-update
       
    14 
       
    15 ChangeLog: $(srcdir)/ChangeLog
       
    16 
       
    17 $(srcdir)/ChangeLog:
       
    18 	if hg tip >/dev/null 2>&1; then \
       
    19 		hg log --style changelog >$@; \
       
    20 	else \
       
    21 		echo "could not generate ChangeLog" >&2; \
       
    22 		echo "The changelog coud not be generated." >ChangeLog; \
       
    23 	fi
       
    24 
       
    25 SUBDIRS = po data