Parent Directory | Revision Log
(Frodo) Update example psiconv.conf to correctly document latest settings
1 | INCLUDES=-I../.. -I../../lib -I../../compat |
2 | |
3 | psiconvetcdir = @PSICONVETCDIR@ |
4 | psiconvetc_DATA = psiconv.conf.eg |
5 | |
6 | EXTRA_DIST=psiconv.conf.eg |
7 | |
8 | install-data-hook: |
9 | if ! test -f $(DESTDIR)$(psiconvetcdir)/psiconv.conf; then \ |
10 | cp $(DESTDIR)$(psiconvetcdir)/psiconv.conf.eg \ |
11 | $(DESTDIR)$(psiconvetcdir)/psiconv.conf; \ |
12 | fi |
frodo@frodo.looijaard.name | ViewVC Help |
Powered by ViewVC 1.1.26 |