gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4189 - in i18nHTML: contrib debian


From: grothoff
Subject: [GNUnet-SVN] r4189 - in i18nHTML: contrib debian
Date: Wed, 3 Jan 2007 22:57:12 -0800 (PST)

Author: grothoff
Date: 2007-01-03 22:57:11 -0800 (Wed, 03 Jan 2007)
New Revision: 4189

Modified:
   i18nHTML/contrib/Makefile.am
   i18nHTML/debian/rules
Log:
fix

Modified: i18nHTML/contrib/Makefile.am
===================================================================
--- i18nHTML/contrib/Makefile.am        2007-01-04 06:54:30 UTC (rev 4188)
+++ i18nHTML/contrib/Makefile.am        2007-01-04 06:57:11 UTC (rev 4189)
@@ -1,5 +1,5 @@
 i18nhtmldocincludedir = $(datadir)/doc/i18nHTML
 
 i18nhtmldocinclude_HEADERS = \
-  contrib/populate.sql \
-  contrib/i18nhtml 
+  populate.sql \
+  i18nhtml 

Modified: i18nHTML/debian/rules
===================================================================
--- i18nHTML/debian/rules       2007-01-04 06:54:30 UTC (rev 4188)
+++ i18nHTML/debian/rules       2007-01-04 06:57:11 UTC (rev 4189)
@@ -32,7 +32,7 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       # Add here commands to configure the package.
+       ./configure --prefix=/usr
 
        touch configure-stamp
 
@@ -41,7 +41,6 @@
 build-stamp: configure-stamp 
        dh_testdir
 
-       # Add here commands to compile the package.
        $(MAKE)
 
        touch $@
@@ -51,8 +50,7 @@
        dh_testroot
        rm -f build-stamp configure-stamp
 
-       # Add here commands to clean up after the build process.
-       -$(MAKE) clean
+       -$(MAKE) distclean
 
        dh_clean 
 
@@ -62,7 +60,6 @@
        dh_clean -k 
        dh_installdirs
 
-       # Add here commands to install the package into debian/tmp
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]