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

Bug#1033547: debian/rules: adjustment needed for up-to-date docs



> To also fix the dblatex docs, two more patches would be needed

For the docs related changes to take effect, the rules file seems to 
need adjustment; patch attached, please check.

Wolfgang
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,10 @@ override_dh_clean:
 	dh_clean
 
 override_dh_auto_build:
-	# - Nothing to be compiled
 	# - Don't call build_doc, as it's superfluous and will run into
 	#   bootstrap problems.
+	# - But rebuild the PDF manuals, just in case source files contain changes.
+	rm --force docs/*.pdf
 
 override_dh_installchangelogs:
 	dh_installchangelogs docs/changes/changes.txt

Attachment: signature.asc
Description: PGP signature


Reply to: