~tom-gall/live-build/integrate-linaro-media-create

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Daniel Baumann
  • Date: 2011-06-03 08:55:03 UTC
  • Revision ID: git-v1:daa0dbb9de7b742dc6bd9c11cf6f4630721a40f5
Removing accidentally twice included English files when installing manpages (Closes: #628897).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
SHELL := sh -e
4
4
 
5
 
LANGUAGES = en $(shell cd manpages/po && ls)
 
5
LANGUAGES = $(shell cd manpages/po && ls)
6
6
 
7
7
SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*
8
8