diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-19 07:25:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-19 07:25:49 +0000 |
commit | fef0b717d0287ab63a0f5a39dabf477c58182492 (patch) | |
tree | fbd20f595eb783bb206d955a6675ae73f21730c8 /Makefile | |
parent | 91099cf415727b7ff4a920913fabde84dcf7f8fa (diff) | |
download | glibc-fef0b717d0287ab63a0f5a39dabf477c58182492.zip glibc-fef0b717d0287ab63a0f5a39dabf477c58182492.tar.gz glibc-fef0b717d0287ab63a0f5a39dabf477c58182492.tar.bz2 |
Update.
2001-07-19 Ulrich Drepper <drepper@redhat.com>
* Makefile: Add html goal.
* manual/Makefile: Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |