diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-05-01 17:33:51 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-05-01 17:33:51 +0000 |
| commit | 6d7f0d8da0e3e8f7a74c49377dcc191fd4fdc002 (patch) | |
| tree | 8e574331d12e29d1ada81d3780057e0747d4ad06 /trunk/src/echangelog | |
| parent | 39f0e0f09af96bd51b7ee2ebc71afd8f8a3988d5 (diff) | |
| download | gentoolkit-6d7f0d8da0e3e8f7a74c49377dcc191fd4fdc002.tar.gz | |
Fix typo in Makefile
svn path=/; revision=568
Diffstat (limited to 'trunk/src/echangelog')
| -rw-r--r-- | trunk/src/echangelog/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/trunk/src/echangelog/Makefile b/trunk/src/echangelog/Makefile index 61c5e57..b33e0ce 100644 --- a/trunk/src/echangelog/Makefile +++ b/trunk/src/echangelog/Makefile @@ -6,13 +6,16 @@ include ../../makedefs.mak -%.1 : %.pod - pod2man $< > $@ +#%.1 : %.pod +# pod2man $< > $@ .PHONY: all -all: echangelog.1 -dist: echangelog.1 +#all: echangelog.1 +all: + +#dist: echangelog.1 +dist: mkdir -p ../../$(distdir)/src/echangelog/ cp Makefile AUTHORS README TODO ChangeLog echangelog echangelog.pod echangelog.1 ../../$(distdir)/src/echangelog/ |
