Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 196 → Rev 197

/relevation/branches/1.1/CHANGELOG
1,6 → 1,6
$Date$
 
1.1 (2011-07-08):
1.1 (2011-07-13):
- Support cryptopy if PyCrypto is not available. Enhances
cross-platform support.
- Print an error message if the decryption produced wrong data
10,6 → 10,7
- Minimalistic GUI
- Py2exe support
- Packaging scripts
- Fix uninstall
 
1.0 (2011-06-30):
- First public release
/relevation/branches/1.1/Makefile
26,7 → 26,7
install -D -m755 gui.py $(DESTDIR)$(prefix)/bin/gui-relevation
 
uninstall:
-$(RM) $(DESTDIR)$(prefix)/$(PKG) $(DESTDIR)$(prefix)/share/man/man1/$(PKG).1
-$(RM) $(DESTDIR)$(prefix)/bin/$(PKG) $(DESTDIR)$(prefix)/bin/gui-relevation $(DESTDIR)$(prefix)/share/man/man1/$(PKG).1
-rmdir --parents $(DESTDIR)$(prefix)/bin
 
$(PKG).1: manpage_source.sgml