@@ -21,7 +21,9 @@ nobase_include_HEADERS =
EXTRA_DIST = \
faux/Makefile.am \
utils/Makefile.am \
- testc/Makefile.am
+ testc/Makefile.am \
+ LICENCE \
+ README.md
include $(top_srcdir)/faux/Makefile.am
include $(top_srcdir)/utils/Makefile.am
@@ -39,6 +39,7 @@ nobase_include_HEADERS += \
faux/buf.h
EXTRA_DIST += \
+ faux/faux.map \
faux/base/Makefile.am \
faux/ctype/Makefile.am \
faux/str/Makefile.am \
@@ -1,11 +0,0 @@
-/**
-\defgroup lub "Little Useful Bits" Library
-@{
-
-\brief This is a general purpose library of small utilities.
-The design and implementation are intended for embedded devices,
-ie. minimise footprint and maximise performance.
-@}
-*/