summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorElio Maldonado <emaldona@redhat.com>2015-01-12 07:58:54 -0800
committerElio Maldonado <emaldona@redhat.com>2015-01-12 07:58:54 -0800
commitd1590f06b4bbfb7e7934d08ba7e93ee1706daffb (patch)
tree465c7091e0f7bc9b9cd183cf0add24a04b499cac /doc
parent816f77318fbf6cf36e938b1f971445b1d5a502db (diff)
downloadnss-hg-d1590f06b4bbfb7e7934d08ba7e93ee1706daffb.tar.gz
Bug 112029 - Remove obsolete tarball tag target from docs manpages Makefile, r=rsleevi
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 00c94aaf8..444a81a30 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -39,19 +39,6 @@ version.xml:
.PHONY : $(HTMLPAGES)
.PHONY : $(TXTPAGES)
-#------------------------------------------
-# Package a tar ball for building in fedora
-# Include the makefile and .xml files only
-# man pages will be created at build time
-#------------------------------------------
-
-tarball:
- rm -rf $(name); \
- mkdir -p $(name)/nroff; \
- cp Makefile $(name); \
- cp *.xml $(name); \
- tar cvjf $(name)-$(date).tar.bz2 $(name)
-
#--------------------------------------------------------
# manpages
#--------------------------------------------------------