* little modifications, updated CHANGELOG.txt
--HG-- rename : CHANGELOG => CHANGELOG.txt rename : LICENSE => LICENSE.txt rename : README => README.txt extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4047
This commit is contained in:
parent
e707f454ed
commit
e3be6d05c2
4 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
||||||
Version 1.0
|
Version 1.0
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
2006-09-11:
|
||||||
|
* made the timeout function more clear
|
||||||
|
* only accept rlen < 50, dont increase it when it makes no sense
|
||||||
|
* minor splint based mods
|
||||||
|
|
||||||
2006-06-01:
|
2006-06-01:
|
||||||
* fixed gmake buildsystem
|
* fixed gmake buildsystem
|
||||||
|
|
6
Makefile
6
Makefile
|
@ -38,9 +38,9 @@ install : alock
|
||||||
chmod 444 $(DESTDIR)$(prefix)/share/alock/bitmaps/*
|
chmod 444 $(DESTDIR)$(prefix)/share/alock/bitmaps/*
|
||||||
cp -fv README LICENSE CHANGELOG \
|
cp -fv README LICENSE CHANGELOG \
|
||||||
$(DESTDIR)$(prefix)/share/alock/
|
$(DESTDIR)$(prefix)/share/alock/
|
||||||
chmod 444 $(DESTDIR)$(prefix)/share/alock/README
|
chmod 444 $(DESTDIR)$(prefix)/share/alock/README.txt
|
||||||
chmod 444 $(DESTDIR)$(prefix)/share/alock/LICENSE
|
chmod 444 $(DESTDIR)$(prefix)/share/alock/LICENSE.txt
|
||||||
chmod 444 $(DESTDIR)$(prefix)/share/alock/CHANGELOG
|
chmod 444 $(DESTDIR)$(prefix)/share/alock/CHANGELOG.txt
|
||||||
|
|
||||||
|
|
||||||
alock :
|
alock :
|
||||||
|
|
Reference in a new issue