diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-01 00:30:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-01 00:30:17 +0000 |
commit | 1830a0d541a97bb3ad59d06c233fc67fb2e05898 (patch) | |
tree | da70ab078b919b273d7d2cd1dcc4db59f322b90e /Makefile | |
parent | 7210de33793bc5804291d13b543b3f452831013b (diff) | |
download | glibc-1830a0d541a97bb3ad59d06c233fc67fb2e05898.tar.gz glibc-1830a0d541a97bb3ad59d06c233fc67fb2e05898.tar.xz glibc-1830a0d541a97bb3ad59d06c233fc67fb2e05898.zip |
Update.
* Makefile (pdf): New goal. * manual/Makefile: Add definitions and rules for PDF generation.
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. |