aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-04-17 23:19:47 +0000
committerUlrich Drepper <drepper@redhat.com>1997-04-17 23:19:47 +0000
commitc9b41a4451025646fdcf283ce3f0cce3cdd7a523 (patch)
tree0e0e7abd8e6555fcab8d6d330ecc3f70a3801ce6 /Makefile
parentd78af38fec4bd9882ce8aa2659047db6dbd4749c (diff)
downloadglibc-c9b41a4451025646fdcf283ce3f0cce3cdd7a523.tar
glibc-c9b41a4451025646fdcf283ce3f0cce3cdd7a523.tar.gz
glibc-c9b41a4451025646fdcf283ce3f0cce3cdd7a523.tar.bz2
glibc-c9b41a4451025646fdcf283ce3f0cce3cdd7a523.zip
Add rule to easily generate dir-add.texi file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28e31ac137..126b0fa482 100644
--- a/Makefile
+++ b/Makefile
@@ -303,6 +303,8 @@ makeinfo --no-validate --no-warn --no-headers $< -o $@
endef
INSTALL: manual/maint.texi; $(format-me)
NOTES: manual/creature.texi; $(format-me)
+manual/dir-add.texi:
+ $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F)
rpm/%: subdir_distinfo
$(MAKE) $(PARALLELMFLAGS) -C $(@D) subdirs='$(subdirs)' $(@F)