modernize distribution a bit

This commit is contained in:
Lev Walkin 2016-01-23 09:19:17 -08:00
parent 0f9685fa2e
commit 7e55cac51c
5 changed files with 3 additions and 14 deletions

View File

View File

@ -1,9 +0,0 @@
libasn1compiler
libasn1parser
libasn1print
libasn1fix
skeletons
examples
tests
asn1c
doc

View File

@ -9,7 +9,7 @@ SUBDIRS = \
docsdir = $(datadir)/doc/asn1c
docs_DATA = README.md FAQ COPYING ChangeLog BUGS TODO
docs_DATA = README.md FAQ LICENSE ChangeLog BUGS TODO
EXTRA_DIST = asn1c.spec.in README.md FAQ BUGS MANIFEST tests/
EXTRA_DIST = asn1c.spec.in README.md FAQ BUGS tests/
CLEANFILES = asn1c.spec

View File

@ -37,7 +37,7 @@ rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%files
%doc README.md FAQ COPYING ChangeLog BUGS TODO
%doc README.md FAQ LICENSE ChangeLog BUGS TODO
%doc doc/asn1c-usage.pdf doc/asn1c-usage.html
%attr(755,root,root) %{_bindir}
%attr(644,root,root) %{_datadir}/asn1c

View File

@ -3,8 +3,6 @@ AC_INIT([asn1c], [0.9.28], [vlm@lionet.info])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
AM_PROG_LIBTOOL