diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-04-13 18:28:25 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-04-13 18:28:25 +0000 |
commit | d741206cc1751ffbbf1909271d66558572358bfc (patch) | |
tree | aebc1cac62f0f6c09c608a979065ce8b55a5cece /debian/rules | |
parent | bff96a033e835c4a9f7758401c5ea37640cf2768 (diff) | |
download | mana-d741206cc1751ffbbf1909271d66558572358bfc.tar.gz mana-d741206cc1751ffbbf1909271d66558572358bfc.tar.bz2 mana-d741206cc1751ffbbf1909271d66558572358bfc.tar.xz mana-d741206cc1751ffbbf1909271d66558572358bfc.zip |
tweaking debian files to take changes into account
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/debian/rules b/debian/rules index 24a92438..4efd5061 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,6 @@ endif config.status: configure dh_testdir - # Add here commands to configure the package. CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info @@ -35,9 +34,8 @@ build: build-stamp build-stamp: config.status dh_testdir - # Add here commands to compile the package. $(MAKE) - #docbook-to-man debian/tmw.sgml > tmw.1 + docbook-to-man debian/tmw.sgml > debian/tmw.6 touch build-stamp @@ -46,7 +44,6 @@ clean: dh_testroot rm -f build-stamp - # Add here commands to clean up after the build process. -$(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub @@ -64,12 +61,6 @@ install: build dh_clean -k dh_installdirs - # Add here commands to install the package into debian/tmw. - # Note : For now, the make install command doesn't install correctly datas - # and should put the exec in the same folder as data because it won't work without that. - # then, I have to use dh_install to do so until then. - # $(MAKE) install DESTDIR=$(CURDIR)/debian/tmw - # dh_install uses the tmw.install file dh_install |