diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-03-11 13:52:01 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-08 15:19:23 +0100 |
commit | 4885352e1648012ca7f6e17e7ed5b07a77da1910 (patch) | |
tree | 65d3c17ef4b4c038693d799d4154dd404b01d0ad /winsup/doc/Makefile.in | |
parent | 95868172f39e972dbcfad3e69fee7854eafe20dd (diff) | |
download | newlib-4885352e1648012ca7f6e17e7ed5b07a77da1910.zip newlib-4885352e1648012ca7f6e17e7ed5b07a77da1910.tar.gz newlib-4885352e1648012ca7f6e17e7ed5b07a77da1910.tar.bz2 |
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 <jon.turney@dronecode.org.uk>
* Makefile.in: Remove ancient unused rules to make a documentation
tarball.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'winsup/doc/Makefile.in')
-rw-r--r-- | winsup/doc/Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in index 8bf86f7..396d9bc 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;<a name="id[mp][0-9]*"></a>;;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}/$@" |