diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2005-11-16 04:17:40 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2005-11-16 04:17:40 +0000 |
| commit | 5a595cf96d3502ecaeef0bec053fac9a6b06ee99 (patch) | |
| tree | c7bb134d81b4d78d48fbfd105b9c2ae4085e5d43 | |
| parent | 20565419c95f1e51c5cffa2ad426228e76d6501f (diff) | |
| download | gentoolkit-5a595cf96d3502ecaeef0bec053fac9a6b06ee99.tar.gz | |
Fix errors in Makefiles
svn path=/; revision=261
| -rw-r--r-- | trunk/src/equery/Makefile | 2 | ||||
| -rw-r--r-- | trunk/src/euse/Makefile | 2 | ||||
| -rw-r--r-- | trunk/src/gentoolkit/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/trunk/src/equery/Makefile b/trunk/src/equery/Makefile index cef4473..177427d 100644 --- a/trunk/src/equery/Makefile +++ b/trunk/src/equery/Makefile @@ -11,7 +11,7 @@ all: dist: mkdir -p ../../$(distdir)/src/equery/ - cp Makefile AUTHORS README TODO ChangeLog equery equery.1 ../../$(distdir)/src/equery/ + cp Makefile AUTHORS README TODO equery equery.1 ../../$(distdir)/src/equery/ install: install -m 0755 equery $(bindir)/ diff --git a/trunk/src/euse/Makefile b/trunk/src/euse/Makefile index 1667da0..d1ad804 100644 --- a/trunk/src/euse/Makefile +++ b/trunk/src/euse/Makefile @@ -16,5 +16,5 @@ dist: install: install -m 0755 euse $(bindir)/ install -d $(docdir)/euse - install -m 0644 TODO ChangeLog $(docdir)/euse/ + install -m 0644 AUTHORS ChangeLog $(docdir)/euse/ install -m 0644 euse.1 $(mandir)/ diff --git a/trunk/src/gentoolkit/Makefile b/trunk/src/gentoolkit/Makefile index 4fb319b..831bcfd 100644 --- a/trunk/src/gentoolkit/Makefile +++ b/trunk/src/gentoolkit/Makefile @@ -11,7 +11,7 @@ all: dist: mkdir -p ../../${distdir}/src/gentoolkit - cp Makefile AUTHORS README ChangeLog TODO errors.py package.py helpers.py pprinter.py __init__.py ../../${distdir}/src/gentoolkit/ + cp Makefile AUTHORS README TODO errors.py package.py helpers.py pprinter.py __init__.py ../../${distdir}/src/gentoolkit/ install: install -d $(docdir)/gentoolkit |
