Explorar o código

default.mk: Fix reference to org-e-*.

Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
3d28682874
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mk/default.mk

+ 1 - 1
mk/default.mk

@@ -24,7 +24,7 @@ infodir = $(prefix)/info
 
 # Define if you want to include some (or all) files from contrib/lisp
 # just the filename please (no path prefix, no .el suffix), maybe with globbing
-#ORG_ADD_CONTRIB = org-e-* org-md org-export # e.g. the new exporter
+#ORG_ADD_CONTRIB = ox-* # e.g. the contributed exporter
 
 # Where to create temporary files for the testsuite
 # respect TMPDIR if it is already defined in the environment