diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-06-21 09:42:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-06-21 09:42:54 +0000 |
commit | e123801c068b7adf5952f8cd177b1ab479027e06 (patch) | |
tree | 4bb134b42389cfc2e9f36ec958441f41d096ab4b /Makefile | |
parent | ChangeLog (diff) | |
download | ebuild-mode-e123801c068b7adf5952f8cd177b1ab479027e06.tar.gz ebuild-mode-e123801c068b7adf5952f8cd177b1ab479027e06.tar.bz2 ebuild-mode-e123801c068b7adf5952f8cd177b1ab479027e06.zip |
Rename package to app-emacs/gentoo-syntax.
svn path=/emacs-extra/gentoo-syntax/; revision=444
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ -PN = ebuild-mode +PN = gentoo-syntax PV = $(shell sed '/^[ \t]*\* .*[Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/;q' \ ChangeLog) P = $(PN)-$(PV) -DISTFILE = ebuild-mode.el +DISTFILE = gentoo-syntax.el .PHONY: all dist clean |