[maemo-commits] [maemo-commits] r9926 - in projects/haf/trunk/apt: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Feb 15 20:43:43 EET 2007
- Previous message: [maemo-commits] r9925 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9927 - projects/haf/trunk/apt/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll
Date: 2007-02-15 20:43:42 +0200 (Thu, 15 Feb 2007)
New Revision: 9926
Modified:
projects/haf/trunk/apt/Makefile
projects/haf/trunk/apt/debian/rules
Log:
* Removed most docs since the Sardine build infrastructure can't build
them.
Modified: projects/haf/trunk/apt/Makefile
===================================================================
--- projects/haf/trunk/apt/Makefile 2007-02-15 18:00:42 UTC (rev 9925)
+++ projects/haf/trunk/apt/Makefile 2007-02-15 18:43:42 UTC (rev 9926)
@@ -17,9 +17,15 @@
$(MAKE) -C cmdline $@
$(MAKE) -C ftparchive $@
$(MAKE) -C dselect $@
- $(MAKE) -C doc $@
- $(MAKE) -C po $@
+# Don't build docs for now. If you reenable this, remember to
+# add the following build dependencies and to reenable to actions in
+# debian/rules.
+# Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1)
+# $(MAKE) -C doc $@
+
+# $(MAKE) -C po $@
+
# Some very common aliases
.PHONY: maintainer-clean dist-clean distclean pristine sanity
maintainer-clean dist-clean distclean pristine sanity: veryclean
Modified: projects/haf/trunk/apt/debian/rules
===================================================================
--- projects/haf/trunk/apt/debian/rules 2007-02-15 18:00:42 UTC (rev 9925)
+++ projects/haf/trunk/apt/debian/rules 2007-02-15 18:43:42 UTC (rev 9926)
@@ -148,9 +148,9 @@
#
# libapt-pkg-doc install
#
- dh_installdocs -p$@ $(BLD)/docs/cache* $(BLD)/docs/design* $(BLD)/docs/dpkg-tech* \
- $(BLD)/docs/files* $(BLD)/docs/method* \
- doc/libapt-pkg2_to_3.txt doc/style.txt
+# dh_installdocs -p$@ $(BLD)/docs/cache* $(BLD)/docs/design* $(BLD)/docs/dpkg-tech* \
+# $(BLD)/docs/files* $(BLD)/docs/method* \
+# doc/libapt-pkg2_to_3.txt doc/style.txt
dh_installexamples -p$@
# dh_installmenu -p$@
# dh_installinit -p$@
@@ -176,8 +176,8 @@
# apt-doc install
#
# Copy the guides
- dh_installdocs -p$@ $(BLD)/docs/guide*.text $(BLD)/docs/guide*.html \
- $(BLD)/docs/offline*.text $(BLD)/docs/offline*.html
+# dh_installdocs -p$@ $(BLD)/docs/guide*.text $(BLD)/docs/guide*.html \
+# $(BLD)/docs/offline*.text $(BLD)/docs/offline*.html
dh_installchangelogs -p$@
dh_compress -p$@
dh_fixperms -p$@
@@ -219,7 +219,7 @@
# head -n 500 ChangeLog > debian/ChangeLog
- dh_installexamples -p$@ $(BLD)/docs/examples/*
+# dh_installexamples -p$@ $(BLD)/docs/examples/*
# dh_installman -p$@
# dh_installcron -p$@
# dh_installdocs -p$@
- Previous message: [maemo-commits] r9925 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9927 - projects/haf/trunk/apt/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
