[asterisk-commits] tilghman: trunk r213904 - /trunk/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 24 21:54:11 CDT 2009
Author: tilghman
Date: Mon Aug 24 21:54:07 2009
New Revision: 213904
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=213904
Log:
The DTD should be installed in the same path as the rest of the XML documentation.
(closes issue #15344)
Reported by: tzafrir
Patches:
makefile_appdocs_dtd.diff uploaded by tzafrir (license 46)
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/Makefile?view=diff&rev=213904&r1=213903&r2=213904
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Aug 24 21:54:07 2009
@@ -572,7 +572,7 @@
mkdir -p $(DESTDIR)$(ASTDATADIR)/firmware/iax
mkdir -p $(DESTDIR)$(ASTMANDIR)/man8
$(INSTALL) -m 644 doc/core-*.xml $(DESTDIR)$(ASTDATADIR)/documentation
- $(INSTALL) -m 644 doc/appdocsxml.dtd $(DESTDIR)$(ASTVARLIBDIR)/documentation
+ $(INSTALL) -m 644 doc/appdocsxml.dtd $(DESTDIR)$(ASTDATADIR)/documentation
$(INSTALL) -m 644 keys/iaxtel.pub $(DESTDIR)$(ASTDATADIR)/keys
$(INSTALL) -m 644 keys/freeworlddialup.pub $(DESTDIR)$(ASTDATADIR)/keys
$(INSTALL) -m 644 doc/asterisk.8 $(DESTDIR)$(ASTMANDIR)/man8
More information about the asterisk-commits
mailing list