Commit 0d1793375fb6bbe87a40902bcac63169482ef35c
1 parent
2ff7ac8a
Rename TODO file to TODO.md
Showing
2 changed files
with
1 additions
and
1 deletions
TODO renamed to TODO.md
appimage/build-appimage
| @@ -137,7 +137,7 @@ for i in appdir/usr/share/doc/qpdf; do | @@ -137,7 +137,7 @@ for i in appdir/usr/share/doc/qpdf; do | ||
| 137 | cp $top/LICENSE.txt $i | 137 | cp $top/LICENSE.txt $i |
| 138 | cp $top/Artistic-2.0 $i/Artistic-LICENSE.txt | 138 | cp $top/Artistic-2.0 $i/Artistic-LICENSE.txt |
| 139 | cp $top/ChangeLog $i/README-ChangeLog | 139 | cp $top/ChangeLog $i/README-ChangeLog |
| 140 | - cp $top/TODO $i/README-todo | 140 | + cp $top/TODO.md $i/README-todo.md |
| 141 | done | 141 | done |
| 142 | 142 | ||
| 143 | # The following lines are experimental (for debugging; and to test | 143 | # The following lines are experimental (for debugging; and to test |