0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:07:46 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien 2021-05-19 14:27:24 +02:00
commit 3c241ab5fd

View file

@ -38,7 +38,7 @@ ORGFULL = README COPYING lisp/ \
etc/ contrib/ doc/ testing/ etc/ contrib/ doc/ testing/
ORGFULL := $(ORGFULL:%/=%/*) ORGFULL := $(ORGFULL:%/=%/*)
ORGELPA = README_ELPA COPYING etc/ORG-NEWS lisp/ \ ORGELPA = README_ELPA COPYING etc/ORG-NEWS lisp/ \
doc/dir doc/org doc/orgguide doc/orgcard.pdf \ doc/dir doc/org.info doc/orgguide.info doc/orgcard.pdf \
etc/styles/ org-pkg.el etc/styles/ org-pkg.el
ORGELPA := $(ORGELPA:%/=%/*) ORGELPA := $(ORGELPA:%/=%/*)
ORGELPAPLUS := $(ORGELPA:org-pkg%=org-plus-contrib-pkg%) ORGELPAPLUS := $(ORGELPA:org-pkg%=org-plus-contrib-pkg%)