diff options
| author | Glenn Morris | 2009-12-01 17:06:30 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-12-01 17:06:30 +0000 |
| commit | 9e13b2f4627f861f1ed5bb4efb7e57abea74bfe3 (patch) | |
| tree | bc02277d541c0f40bf44164d3532d29c26ca5a08 | |
| parent | 782d6e3016389ce2018c12d8fa047a8b6d5f8a5c (diff) | |
| download | emacs-9e13b2f4627f861f1ed5bb4efb7e57abea74bfe3.tar.gz emacs-9e13b2f4627f861f1ed5bb4efb7e57abea74bfe3.zip | |
Add etc/images/mpc directory.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | make-dist | 4 |
2 files changed, 6 insertions, 2 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-12-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * make-dist: Add etc/images/mpc directory. | ||
| 4 | |||
| 1 | 2009-11-21 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2009-11-21 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * configure.in: Don't check for GConf unless X is used. | 7 | * configure.in: Don't check for GConf unless X is used. |
| @@ -340,7 +340,7 @@ for subdir in lisp site-lisp \ | |||
| 340 | etc/images/gud etc/images/icons etc/images/icons/hicolor \ | 340 | etc/images/gud etc/images/icons etc/images/icons/hicolor \ |
| 341 | etc/images/icons/hicolor/*x* etc/images/icons/hicolor/scalable \ | 341 | etc/images/icons/hicolor/*x* etc/images/icons/hicolor/scalable \ |
| 342 | etc/images/icons/hicolor/*/apps etc/images/icons/hicolor/*/mimetypes \ | 342 | etc/images/icons/hicolor/*/apps etc/images/icons/hicolor/*/mimetypes \ |
| 343 | etc/images/low-color etc/images/mail \ | 343 | etc/images/low-color etc/images/mail etc/images/mpc \ |
| 344 | etc/images/smilies etc/images/smilies/grayscale \ | 344 | etc/images/smilies etc/images/smilies/grayscale \ |
| 345 | etc/images/smilies/medium etc/images/tree-widget \ | 345 | etc/images/smilies/medium etc/images/tree-widget \ |
| 346 | etc/images/tree-widget/default etc/images/tree-widget/folder \ | 346 | etc/images/tree-widget/default etc/images/tree-widget/folder \ |
| @@ -626,7 +626,7 @@ echo "Making links to \`etc/images'" | |||
| 626 | 626 | ||
| 627 | for dir in etc/images/custom etc/images/ezimage etc/images/gnus \ | 627 | for dir in etc/images/custom etc/images/ezimage etc/images/gnus \ |
| 628 | etc/images/gud etc/images/icons etc/images/low-color etc/images/mail \ | 628 | etc/images/gud etc/images/icons etc/images/low-color etc/images/mail \ |
| 629 | etc/images/smilies ; do | 629 | etc/images/mpc etc/images/smilies ; do |
| 630 | echo "Making links to \`${dir}'" | 630 | echo "Making links to \`${dir}'" |
| 631 | (cd ${dir} | 631 | (cd ${dir} |
| 632 | for f in *; do | 632 | for f in *; do |