commit dda9502be0bbe225bba674b5a14014636b890d99 Author: Daniel Swanson Date: Wed May 26 09:12:57 2021 -0500 missed a line diff --git a/lttoolbox/Makefile.am b/lttoolbox/Makefile.am index aa4c278..fb44eeb 100644 --- a/lttoolbox/Makefile.am +++ b/lttoolbox/Makefile.am @@ -25,7 +25,7 @@ lttoolboxdir = $(prefix)/share/lttoolbox lttoolboxinclude = $(prefix)/include lttoolboxlib = $(prefix)/lib -lttoolbox_DATA = dix.dtd dix.rng dix.rnc acx.rng xsd/dix.xsd xsd/acx.xsd nft.nrm +lttoolbox_DATA = dix.dtd dix.rng dix.rnc acx.rng xsd/dix.xsd xsd/acx.xsd lt_print_SOURCES = lt_print.cc lt_print_LDADD = liblttoolbox$(VERSION_MAJOR).la @@ -63,6 +63,8 @@ lt_tmxproc_LDFLAGS = -llttoolbox$(VERSION_MAJOR) $(LTTOOLBOX_LIBS) # @echo "exit 1;" >> $@ # @chmod a+x $@ + + man_MANS = lt-comp.1 lt-expand.1 lt-proc.1 lt-tmxcomp.1 lt-tmxproc.1 lt-print.1 lt-trim.1 INCLUDES = -I$(top_srcdir) $(LTTOOLBOX_CFLAGS)