diff options
| author | Sam Varshavchik | 2022-03-13 21:10:44 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2022-04-16 19:59:47 -0400 |
| commit | 867cce4e32e7e64651887664724aa7f06566cb4b (patch) | |
| tree | 8cd198902ea0c51ca955e1bc60d4756008c74818 /sqwebmail/html | |
| parent | a86c03a704830534340347f0f4438e32fdb8ea50 (diff) | |
| download | courier-libs-867cce4e32e7e64651887664724aa7f06566cb4b.tar.bz2 | |
all: scripts to create installable *.deb packages.
Diffstat (limited to 'sqwebmail/html')
| -rw-r--r-- | sqwebmail/html/Makefile.am | 6 | ||||
| -rw-r--r-- | sqwebmail/html/en-us/Makefile.am | 2 | ||||
| -rw-r--r-- | sqwebmail/html/en-us/configure.ac | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/sqwebmail/html/Makefile.am b/sqwebmail/html/Makefile.am index ba38a4d..a88ffa1 100644 --- a/sqwebmail/html/Makefile.am +++ b/sqwebmail/html/Makefile.am @@ -29,7 +29,7 @@ install-perms-recursive: install-perms-local: @${srcdir}/lstsoftlinks `cat ${srcdir}/*/LANGUAGE_PREF | sort | awk ' { print $$2 } ' | sort | uniq` | sort | uniq | while read F ; \ do echo "$(htmllibdir)/$$F 644 bin bin" ; done >>permissions.dat - @echo "$(htmllibdir) 555 bin bin" >>permissions.dat + @echo "$(htmllibdir) 755 bin bin" >>permissions.dat clone: @test -d ${srcdir}/${to} || exit 0; echo ${srcdir}/${to} already exists. ; exit 1 @@ -39,7 +39,5 @@ clone: echo ${to} >${srcdir}/${to}/LANGUAGE cd ${srcdir}/${to} ; pref=`awk ' { print $$1 }' <LANGUAGE_PREF` ; echo $$pref ${to} >LANGUAGE_PREF -HTML2TXT=`which lynx 2>/dev/null && echo "lynx -dump -nolist" && exit; echo "links -dump"` - README_LANG.txt: README_LANG.html - $(HTML2TXT) README_LANG.html >README_LANG.txt + elinks -dump -no-numbering README_LANG.html >README_LANG.txt diff --git a/sqwebmail/html/en-us/Makefile.am b/sqwebmail/html/en-us/Makefile.am index 5f5bded..0ec4435 100644 --- a/sqwebmail/html/en-us/Makefile.am +++ b/sqwebmail/html/en-us/Makefile.am @@ -35,7 +35,7 @@ clonedist: distdir -rm -rf $(distdir) install-perms: - @echo "$(htmllibdir) 555 bin bin" >permissions.dat + @echo "$(htmllibdir) 755 bin bin" >permissions.dat @for f in $(conf) ; do\ echo $(htmllibdir)/$$f 644 bin bin config >>permissions.dat ;\ done diff --git a/sqwebmail/html/en-us/configure.ac b/sqwebmail/html/en-us/configure.ac index ab788e4..fc54ed1 100644 --- a/sqwebmail/html/en-us/configure.ac +++ b/sqwebmail/html/en-us/configure.ac @@ -1,6 +1,6 @@ dnl -AC_INIT(sqwebmail, 0.11, [courier-sqwebmail@lists.sourceforge.net]) +AC_INIT(sqwebmail-en-us, 0.1, [courier-sqwebmail@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
