summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-18 09:38:36 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-18 09:38:36 +0000
commit464d646f3e667e42742a995b841080ec7b6a1540 (patch)
treebc4aeb48eff72bd88364a1c04ff4faa5df1d4781 /manual/Makefile
parentd0d7d3824e562ac4033a0960257682c744c7bc61 (diff)
Update.
1999-01-18 Andreas Jaeger <aj@arthur.rhein-neckar.de> * posix/test-vfork.c: Include <sys/wait.h> for wait declaration. 1999-01-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/ctype.texi: Fix cross refs and typos. * manual/charset.texi: Likewise. 1999-01-18 Ulrich Drepper <drepper@cygnus.com> * Rules: Add dummp.y and dummy.o to common-generated. Patch by Andreas Schwab. 1999-01-18 10:07 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu> * manual/libc-texinfo.sh: Use tsort.awk. * manual/tsort.awk: New file. * manual/Makefile (minimal-dist): Add tsort.awk. (distribute): Remove generated files: summary.texi, stamp-summary, chapters.texi, top-menu.texi, and texis.
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/manual/Makefile b/manual/Makefile
index a9e4c3c15c..3c6640e8a7 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -105,15 +105,14 @@ dir-add.info: xtract-typefun.awk $(texis)
$(TEXI2DVI) $<
# Distribution.
-minimal-dist = summary.awk texis.awk libc-texinfo.sh libc.texinfo \
- $(filter-out summary.texi, $(nonexamples)) \
+minimal-dist = summary.awk texis.awk tsort.awk libc-texinfo.sh libc.texinfo \
+ $(filter-out summary.texi, $(nonexamples)) \
$(patsubst %.c.texi,examples/%.c, $(examples))
doc-only-dist = Makefile COPYING.LIB
-distribute = $(minimal-dist) $(examples) texis stdio-fp.c \
- libc.info* libc.?? libc.??s texinfo.tex stamp-summary \
- xtract-typefun.awk dir-add.info dir \
- chapters.texi top-menu.texi summary.texi
+distribute = $(minimal-dist) $(examples) stdio-fp.c \
+ libc.info* libc.?? libc.??s texinfo.tex \
+ xtract-typefun.awk dir-add.info dir
export distribute := $(distribute)
tar-it = tar chovf $@ $^