* plugins/project-wizard/templates/gtkmm.wiz,
[anjuta-git-plugin.git] / plugins / project-wizard / templates / terminal / Makefile.am.tpl
blob9a2e9203be171a1b042142c537b28757d24add4a
1 [+ autogen5 template +]
2 ## Process this file with automake to produce Makefile.in
3 ## Created by Anjuta
5 SUBDIRS = src [+IF (=(get "HaveI18n") "1") +]po[+ENDIF+]
7 [+NameCLower+]docdir = ${prefix}/doc/[+NameHLower+]
8 [+NameCLower+]doc_DATA = \
9         README\
10         COPYING\
11         AUTHORS\
12         ChangeLog\
13         INSTALL\
14         NEWS
16 EXTRA_DIST = $([+NameCLower+]doc_DATA)
18 # Copy all the spec files. Of cource, only one is actually used.
19 dist-hook:
20         for specfile in *.spec; do \
21                 if test -f $$specfile; then \
22                         cp -p $$specfile $(distdir); \
23                 fi \
24         done