Skip to content

Commit 6ad4dc4

Browse files
committed
Package README.md instead of README
with make dist and make -f Makefile.orig lo
1 parent 358783c commit 6ad4dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ SUBDIRS = src data
55
pkgconfdir = $(libdir)/pkgconfig
66
pkgconf_DATA = libnumbertext.pc
77

8-
EXTRA_DIST = README data AUTHORS
8+
EXTRA_DIST = README.md data AUTHORS

Makefile.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ distx:
1313

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

1818
check:
1919
cd test; make

0 commit comments

Comments
 (0)