forked from e16/e16
1
0
Fork 0

removed debian-stamp since amekfile.am and menus.cfg changes are reversed

SVN revision: 767
This commit is contained in:
Laurence J. Lane 1999-10-10 16:08:01 +00:00
parent 17d2a6d2e6
commit bb84ef3fd9
1 changed files with 2 additions and 5 deletions

7
debian/rules vendored
View File

@ -17,13 +17,14 @@ configure_options = --prefix=/usr --enable-fsstd=yes
programs = enlightenment enlightenment-nosound enlightenment-dox
themes = enlightenment-theme-ganymede enlightenment-theme-brushedmetal enlightenment-theme-shinymetal
build: debian-stamp configure-stamp build-stamp
build: configure-stamp build-stamp
build-stamp:
dh_testdir
$(MAKE)
touch $@
configure-stamp:
$(SHELL) -x debian/debianize.sh
test -x autogen.sh && ./autogen.sh
./configure $(configure_options)
-mv src/themes/Makefile.am.old src/themes/Makefile.am
@ -31,10 +32,6 @@ configure-stamp:
mv econfig.h econfig.h.old; sed -n '/LIBESD/ d; w econfig.h' econfig.h.old
touch $@
debian-stamp:
$(SHELL) -x debian/debianize.sh
touch $@
clean:
dh_testdir
dh_testroot