From 3f3cb2f98c9d0ee88d80be978b178e59d284fa15 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 11 Nov 2010 22:13:38 +0000 Subject: Remove most of the contents of the doc dir in favor of the wiki content. This merge does the following things: * Removes most of the contents from the doc/ directory in favor of the wiki - http://wiki.asterisk.org/ * Updates the build_tools/prep_tarball script to know how to export the contents of the wiki in both PDF and plain text formats so that the documentation is still included in Asterisk release tarballs. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@294740 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61be67f40..976d5b885 100644 --- a/Makefile +++ b/Makefile @@ -922,14 +922,6 @@ menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(di @cat sounds/sounds.xml >> $@ @echo "" >> $@ -pdf: asterisk.pdf -asterisk.pdf: - $(MAKE) -C doc/tex asterisk.pdf - -txt: asterisk.txt -asterisk.txt: - $(MAKE) -C doc/tex asterisk.txt - .PHONY: menuselect .PHONY: main .PHONY: sounds @@ -942,7 +934,6 @@ asterisk.txt: .PHONY: uninstall .PHONY: _uninstall .PHONY: uninstall-all -.PHONY: pdf .PHONY: dont-optimize .PHONY: badshell .PHONY: installdirs -- cgit v1.2.3