Skip to content

Commit

Permalink
Package README.md instead of README
Browse files Browse the repository at this point in the history
with make dist and make -f Makefile.orig lo
  • Loading branch information
laszlonemeth committed Oct 9, 2018
1 parent 358783c commit 6ad4dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -5,4 +5,4 @@ SUBDIRS = src data
pkgconfdir = $(libdir)/pkgconfig
pkgconf_DATA = libnumbertext.pc

EXTRA_DIST = README data AUTHORS
EXTRA_DIST = README.md data AUTHORS
2 changes: 1 addition & 1 deletion Makefile.orig
Expand Up @@ -13,7 +13,7 @@ distx:

lo:
make -f Makefile.orig
zip -r numbertext-`head -1 VERSION`.oxt META-INF rdb idl pythonpath pkg-desc *.xcu *py *xml README
zip -r numbertext-`head -1 VERSION`.oxt META-INF rdb idl pythonpath pkg-desc *.xcu *py *xml README.md

check:
cd test; make
Expand Down

0 comments on commit 6ad4dc4

Please sign in to comment.