1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Add missing dependency
Forwarded: https://github.com/markstory/sphinxcontrib-phpdomain/pull/73
Bug-Debian: http://bugs.debian.org/1105583
Author: Fab Stz <fabstz-it@yahoo.fr>
Last-Update: 2025-08-18
--- a/test/unit/Makefile
+++ b/test/unit/Makefile
@@ -41,7 +41,7 @@
# to keep fixtures easier to manage.
xmllint $(BUILDDIR)/html/$* --xpath '//div[@role="main"]' | xmllint --format - > $(BUILDDIR)/html/$*.result
-compareresult-%:
+compareresult-%: $(BUILDDIR)/html/%.result
# compare test_doc.html and test_doc.html.result
diff -u $* $(BUILDDIR)/html/$*.result
|