Fixing typing error in Makefile.

This commit is contained in:
Daniel Baumann 2007-11-19 18:07:55 +01:00
parent bef3eea04e
commit 66e661748b
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ uninstall:
done; \ done; \
for MANPAGE in manpages/*.$$TRANSLATION.7; \ for MANPAGE in manpages/*.$$TRANSLATION.7; \
do \ do \
rm -f $(DESTDIR)/usr/share/man/$$TRANSLATION/man7/`basename $$MANPAGE .de.7`.7; \ rm -f $(DESTDIR)/usr/share/man/$$TRANSLATION/man7/`basename $$MANPAGE .$$TRANSLATION.7`.7; \
done; \ done; \
done done