summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-21 17:40:55 +0000
committerYang Tse <yangsita@gmail.com>2009-05-21 17:40:55 +0000
commit66a7fb1605fa96c7a8bb5a3db6e6144e4795d516 (patch)
treeee7f5ec4170d86fca4970fae1464aee254f73ec9
parentba2217050bf269df6cc0b793f9407062d36039ca (diff)
downloadc-ares-66a7fb1605fa96c7a8bb5a3db6e6144e4795d516.tar.gz
c-ares-66a7fb1605fa96c7a8bb5a3db6e6144e4795d516.tar.bz2
c-ares-66a7fb1605fa96c7a8bb5a3db6e6144e4795d516.zip
Include .pdf versions of c-ares man pages in distribution tarball.
-rwxr-xr-xmaketgz14
1 files changed, 14 insertions, 0 deletions
diff --git a/maketgz b/maketgz
index 8e55ec9..147f0e5 100755
--- a/maketgz
+++ b/maketgz
@@ -48,10 +48,24 @@ print "makes a new configure script\n";
print "running configure\n";
`./configure`;
+# generate HTML versions of man pages
+# Deactivated for now. It seems that man pages need some adjustments
+# relative to paragraph and/or line breaks for proper html formatting.
+# EXTRA_DIST will need $(HTMLPAGES) when this is fully activated.
+# print "running make html\n";
+# `make -s html`;
+
+# generate PDF versions of man pages
+print "running make pdf\n";
+`make -s pdf`;
+
# now make the actual tarball
print "running make dist\n";
`make dist VERSION=$version`;
+# remove temporay sourced man pages
+`make -s clean-sourced-manpages`;
+
print "removing temporary configure.ac file\n";
`rm configure.ac.dist`;
print "removing temporary ares_version.h file\n";