From: <bms...@us...> - 2009-07-01 21:10:12
|
Revision: 2663 http://morphix.svn.sourceforge.net/morphix/?rev=2663&view=rev Author: bmsleight Date: 2009-07-01 21:10:02 +0000 (Wed, 01 Jul 2009) Log Message: ----------- Adding package information for autotesting - tweak. Modified Paths: -------------- trunk/mmaker/utils/autotesting2/Makefile trunk/mmaker/utils/autotesting2/debian/rules Modified: trunk/mmaker/utils/autotesting2/Makefile =================================================================== --- trunk/mmaker/utils/autotesting2/Makefile 2009-07-01 20:58:08 UTC (rev 2662) +++ trunk/mmaker/utils/autotesting2/Makefile 2009-07-01 21:10:02 UTC (rev 2663) @@ -10,6 +10,8 @@ cp ./README $(DESTDIR)/usr/share/autotesting/README mkdir -p $(DESTDIR)/usr/share/autotesting/tests cp -r ./tests/* $(DESTDIR)/usr/share/autotesting/tests/ + +clean: remove: rm $(DESTDIR)/usr/bin/autotesting Modified: trunk/mmaker/utils/autotesting2/debian/rules =================================================================== --- trunk/mmaker/utils/autotesting2/debian/rules 2009-07-01 20:58:08 UTC (rev 2662) +++ trunk/mmaker/utils/autotesting2/debian/rules 2009-07-01 21:10:02 UTC (rev 2663) @@ -27,7 +27,7 @@ dh_testdir # Add here commands to compile the package. - $(MAKE) + # $(MAKE) #docbook-to-man debian/autotesting.sgml > autotesting.1 touch $@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |