We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358783c commit 6ad4dc4Copy full SHA for 6ad4dc4
Makefile.am
@@ -5,4 +5,4 @@ SUBDIRS = src data
5
pkgconfdir = $(libdir)/pkgconfig
6
pkgconf_DATA = libnumbertext.pc
7
8
-EXTRA_DIST = README data AUTHORS
+EXTRA_DIST = README.md data AUTHORS
Makefile.orig
@@ -13,7 +13,7 @@ distx:
13
14
lo:
15
make -f Makefile.orig
16
- 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
17
18
check:
19
cd test; make
0 commit comments