aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-01 18:02:06 +0000
committerlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-01 18:02:06 +0000
commit414b4deaf6543d534785d87d70104aaaba0b3843 (patch)
treea76701de67a5957e06fef3287265c653ce112941 /Makefile
parent84df92db0a0342bb88d19679c50281ee0511de19 (diff)
doc/tex dir removed, but corresponding entries still exists
Update README, CHANGES, and Makefile. Direct users to http://wiki.asterisk.org for documentation or to the AST.txt and AST.pdf included in the tarball. (closes issue #18443) Reported by: bas Patches: changes.diff uploaded by lathama (license 1028) readme.diff uploaded by lathama (license 1028) Tested by: lathama bas git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@305560 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index f3438a97d..a92d9b267 100644
--- a/Makefile
+++ b/Makefile
@@ -462,12 +462,6 @@ datafiles: _all doc/core-en_US.xml
$(INSTALL) -m 644 $$x "$(DESTDIR)$(ASTDATADIR)/static-http" ; \
done
$(INSTALL) -m 644 doc/core-en_US.xml "$(DESTDIR)$(ASTDATADIR)/static-http";
- if [ -d doc/tex/asterisk ] ; then \
- $(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/static-http/docs" ; \
- for n in doc/tex/asterisk/* ; do \
- $(INSTALL) -m 644 $$n "$(DESTDIR)$(ASTDATADIR)/static-http/docs" ; \
- done \
- fi
for x in images/*.jpg; do \
$(INSTALL) -m 644 $$x "$(DESTDIR)$(ASTDATADIR)/images" ; \
done