From 4885352e1648012ca7f6e17e7ed5b07a77da1910 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Wed, 11 Mar 2015 13:52:01 +0000 Subject: [PATCH] winsup/doc: Remove ancient unused Makefile rules to make documentation tarball This used to be used by cygwin-doc to make a tarball which would be used with a ssh script to run docbook tools on a linux host since they weren't available on Cygwin or something crazy like that... 2015-06-04 Jon Turney * Makefile.in: Remove ancient unused rules to make a documentation tarball. Signed-off-by: Jon TURNEY --- winsup/doc/ChangeLog | 5 +++++ winsup/doc/Makefile.in | 11 ----------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 0c961fa27..05d78a85e 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-06-04 Jon Turney + + * Makefile.in: Remove ancient unused rules to make a documentation + tarball. + 2015-06-01 Jon Turney * ov-ex-unix.xml: Remove unhelpful mention of and inaccurate size diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in index 8bf86f703..396d9bc69 100644 --- a/winsup/doc/Makefile.in +++ b/winsup/doc/Makefile.in @@ -92,17 +92,6 @@ faq/faq.html : $(FAQ_SOURCES) -$(XMLTO) html -o faq -m $(srcdir)/cygwin.xsl $(srcdir)/faq.xml -sed -i 's;;;g' faq/faq.html -TBFILES = cygwin-ug-net.dvi cygwin-ug-net.rtf cygwin-ug-net.ps \ - cygwin-ug-net.pdf cygwin-ug-net.xml \ - cygwin-api.dvi cygwin-api.rtf cygwin-api.ps \ - cygwin-api.pdf cygwin-api.xml -TBDIRS = cygwin-ug-net cygwin-api -TBDEPS = cygwin-ug-net/cygwin-ug-net.html cygwin-api/cygwin-api.html - -tarball : cygwin-docs.tar.bz2 -cygwin-docs.tar.bz2 : $(TBFILES) $(TBDEPS) - find $(TBFILES) $(TBDIRS) \! -type d | sort | tar -T - -cf - | bzip2 > cygwin-docs.tar.bz2 - Makefile.dep: cygwin-ug-net.xml cygwin-api.xml cd $(srcdir) && ./xidepend $^ > "${CURDIR}/$@"