Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
92f84789
...
92f84789a1f320265fd3d5b962d60b5f0d991ff6
authored
2002-10-13 20:34:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added vacation.scm
1 parent
46dc1e3b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
guimb/scm/Makefile.am
guimb/scm/Makefile.am
View file @
92f8478
...
...
@@ -5,7 +5,7 @@
bin_SCRIPTS
=
sieve.scm
sieve.scm
:
sieve.scm.in
sed
"s,%BINDIR%,
$(bindir)
,g;s,%LIBDIR%,
$(pkgdatadir)
,g"
$<
>
$@
sed
"s,%BINDIR%,
$(bindir)
,g;s,%LIBDIR%,
$(pkgdatadir)
,g
;s,%PACKAGE%,
$(PACKAGE)
,g;s,%VERSION%,
$(VERSION)
,g
"
$<
>
$@
CLEANFILES
=
sieve.scm
...
...
@@ -14,7 +14,8 @@ pkgdata_DATA=\
numaddr.scm
\
redirect.scm
\
reject.scm
\
sieve-core.scm
sieve-core.scm
\
vacation.scm
EXTRA_DIST
=
\
mimeheader.scm
\
...
...
@@ -22,5 +23,6 @@ EXTRA_DIST=\
redirect.scm
\
reject.scm
\
sieve-core.scm
\
sieve.scm.in
sieve.scm.in
\
vacation.scm
...
...
Please
register
or
sign in
to post a comment