1 | INCLUDES=-I../.. -I../../lib -I../../compat |
1 | INCLUDES=-I../.. -I../../lib -I../../compat |
2 | |
2 | |
3 | psiconvetcdir = @PSICONVETCDIR@ |
3 | psiconvetcdir = @PSICONVETCDIR@ |
4 | psiconvetc_DATA = psiconv.conf.eg |
4 | psiconvetc_DATA = psiconv.conf.eg |
|
|
5 | |
|
|
6 | EXTRA_DIST=psiconv.conf.eg |
5 | |
7 | |
6 | install-data-hook: |
8 | install-data-hook: |
7 | if ! test -f $(DESTDIR)$(psiconvetcdir)/psiconv.conf; then \ |
9 | if ! test -f $(DESTDIR)$(psiconvetcdir)/psiconv.conf; then \ |
8 | cp $(DESTDIR)$(psiconvetcdir)/psiconv.conf.eg \ |
10 | cp $(DESTDIR)$(psiconvetcdir)/psiconv.conf.eg \ |
9 | $(DESTDIR)$(psiconvetcdir)/psiconv.conf; \ |
11 | $(DESTDIR)$(psiconvetcdir)/psiconv.conf; \ |