fix uninstallation of manpage
git-svn-id: svn://svn.berlios.de/gpodder/trunk@279 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
parent
b85752af01
commit
19e6a670c8
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
Sun, 18 Mar 2007 17:18:17 +0100 <thp@perli.net>
|
||||
* Makefile: Bugfix - remove manpage "gpodder.1" in "make uninstall"
|
||||
|
||||
Sun, 18 Mar 2007 17:08:29 +0100 <thp@perli.net>
|
||||
* src/gpodder/gpodder.py: Do not do i18n stuff in gpodder.py; do not
|
||||
set direct paths to /usr in glade_dir and icon_dir, but use lists
|
||||
|
|
2
Makefile
2
Makefile
|
@ -76,7 +76,7 @@ uninstall:
|
|||
@echo "# REMOVE FILES INSTALLED BY GPODDER. WATCH INSTALL PROCESS AND REMOVE #"
|
||||
@echo "# THE REST OF THE PACKAGES MANUALLY TO COMPLETELY REMOVE GPODDER. #"
|
||||
@echo "##########################################################################"
|
||||
rm -rf $(PREFIX)/share/gpodder $(PREFIX)/share/pixmaps/gpodder* $(PREFIX)/share/applications/gpodder.desktop $(PREFIX)/share/man/man1/gpodder.man.1 $(PREFIX)/bin/gpodder $(PREFIX)/lib/python?.?/site-packages/gpodder/ $(PREFIX)/share/locale/*/LC_MESSAGES/gpodder.mo
|
||||
rm -rf $(PREFIX)/share/gpodder $(PREFIX)/share/pixmaps/gpodder* $(PREFIX)/share/applications/gpodder.desktop $(PREFIX)/share/man/man1/gpodder.1 $(PREFIX)/bin/gpodder $(PREFIX)/lib/python?.?/site-packages/gpodder/ $(PREFIX)/share/locale/*/LC_MESSAGES/gpodder.mo
|
||||
|
||||
##########################################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue