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 f4e4c231b8..1c9378ea2f 100644 --- a/Makefile +++ b/Makefile @@ -163,8 +163,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 -info dvi: +.PHONY: info dvi pdf +info dvi pdf: $(MAKE) $(PARALLELMFLAGS) -C manual $@ # This makes all the subdirectory targets. |