~ubuntu-branches/ubuntu/hardy/seyon/hardy

« back to all changes in this revision

Viewing changes to Imakefile

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2003-11-02 16:10:08 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20031102161008-mbroyvvca4cl80eg
Tags: 2.20c-14
* Updated French debconf template. Thanks to Christian
  Perrier. Closes: #216159.
* Added Dutch debconf template. Thanks to Tim Vandermeersch. Closes:
  #209081.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
InstallNonExecFile(seyon.help,$(LIBDIR))
49
49
 
50
50
install::
 
51
/*
51
52
        @if [ ! -d $(HOME)/.seyon ]; then mkdir $(HOME)/.seyon; fi; \
52
53
        echo "=== Copying example files (no overwrite) to $(HOME)/.seyon ..."; \
53
54
        for i in phonelist protocols startup script.*; do \
54
55
                if [ ! -f $(HOME)/.seyon/$$i ]; then cp $$i $(HOME)/.seyon; fi;\
55
56
        done;
 
57
*/
56
58
 
57
59
clean::
58
 
        rm -f version.h y.tab.* SeParse.c
 
60
        rm -f version.h y.tab.* SeParse.c Seyon.ad.h
59
61
 
60
62
Seyon.c: Seyon.ad.h version.h
61
63