diff --git a/Documentation/Makefile b/Documentation/Makefile index 6cb90f657..9668f4246 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -38,10 +38,7 @@ $(FOOTER): ../Makefile.versions $(Q) echo ":man version: $(CRIU_VERSION)" >> $@ $(Q) echo ":man manual: CRIU Manual" >> $@ -$(SRC): $(FOOTER) - @true - -%.8: %.txt +%.8: %.txt $(FOOTER) custom.xsl $(call msg-gen, $@) $(Q) $(ASCIIDOC) -b docbook -d manpage -o $(patsubst %.8,%.xml,$@) $< $(Q) $(XMLTO) man -m custom.xsl $(patsubst %.8,%.xml,$@) 2>/dev/null