diff options
author | Stefano Karapetsas <[email protected]> | 2012-01-12 18:43:33 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-01-12 18:43:33 +0100 |
commit | b3e60df70d30451437b045b1d4c0d456da80d844 (patch) | |
tree | 6de108529b874d43545b7b1160f009802c3ce298 /Makefile.am | |
parent | e87fbefcec0c44579495b1bcb22ac59814029566 (diff) | |
download | mozo-b3e60df70d30451437b045b1d4c0d456da80d844.tar.bz2 mozo-b3e60df70d30451437b045b1d4c0d456da80d844.tar.xz |
Alacarte => Mozo
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 9611bc7..357ee37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,22 +1,22 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = data po Alacarte +SUBDIRS = data po Mozo CLEANFILES= -bin_SCRIPTS = alacarte -CLEANFILES += alacarte +bin_SCRIPTS = mozo +CLEANFILES += mozo DISTCLEANFILES = ChangeLog -alacarte: alacarte.in +mozo: mozo.in sed -e s!\@PYTHON\@!@PYTHON@! \ -e s!\@PYOPTIONS\@!-OOt! \ < $< > $@ -alacarte: Makefile +mozo: Makefile EXTRA_DIST = \ - alacarte.in \ + mozo.in \ MAINTAINERS \ ChangeLog.pre-git |