|
@@ -98,8 +98,7 @@ $$(O)/docs/$(1)/$(1).$(4):
|
|
|
to make through the command line: \
|
|
|
'PATH=/path/to/custom-xsltproc/bin:$$$${PATH} make manual-pdf')
|
|
|
else
|
|
|
-$$(O)/docs/$(1)/$(1).$(4): docs/$(1)/$(1).txt \
|
|
|
- $$($$(call UPPERCASE,$(1))_SOURCES) \
|
|
|
+$$(O)/docs/$(1)/$(1).$(4): $$($$(call UPPERCASE,$(1))_SOURCES) \
|
|
|
manual-check-dependencies \
|
|
|
manual-check-dependencies-$(3) \
|
|
|
manual-prepare-sources
|