diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index f3c7e7baf8..0fe29192c7 100644 --- a/Makefile +++ b/Makefile @@ -167,8 +167,8 @@ $(objpfx)glibcbug: $(common-objpfx)config.status glibcbug.in cd $(<D) && CONFIG_FILES=$(@F) CONFIG_HEADERS= $(SHELL) $(<F) # This makes the Info or DVI file of the documentation from the Texinfo source. -.PHONY: info dvi pdf -info dvi pdf: +.PHONY: info dvi pdf html +info dvi pdf html: $(MAKE) $(PARALLELMFLAGS) -C manual $@ # This makes all the subdirectory targets. |