diff options
| author | Daniel Baumann <daniel@debian.org> | 2011-06-03 10:56:11 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-06-03 10:56:11 +0200 |
| commit | a40e47731044154f768b79f2713b5688f2a3d83f (patch) | |
| tree | cc471296a7ffc47aba65929512ef640310cad0bc | |
| parent | 46d2cb15374b01373fdb85fb36ca28c21b4ca43a (diff) | |
| download | live-boot-a40e47731044154f768b79f2713b5688f2a3d83f.tar.gz live-boot-a40e47731044154f768b79f2713b5688f2a3d83f.zip | |
Removing accidentally twice included English files when installing manpages.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ SHELL := sh -e -LANGUAGES = en $(shell cd manpages/po && ls) +LANGUAGES = $(shell cd manpages/po && ls) SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/* |
