Skip to content

Commit

Permalink
Fix distcheck target
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed Dec 10, 2023
1 parent 7afbd07 commit aecd21e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ SUBDIRS = lout dw dlib dpip src doc dpid dpi test

dist_bin_SCRIPTS = dillo-install-hyphenation

EXTRA_DIST = Doxyfile dillorc install-dpi-local d_size.h
EXTRA_DIST = README.md Doxyfile dillorc install-dpi-local d_size.h

sysconf_DATA = dillorc
2 changes: 2 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ EXTRA_DIST = \

dillo.1: $(srcdir)/dillo.1.in Makefile
sed 's%/usr/local%${prefix}%g' < $(srcdir)/dillo.1.in > dillo.1

DISTCLEANFILES = dillo.1
1 change: 1 addition & 0 deletions lout/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ liblout_a_SOURCES = \
container.cc \
container.hh \
debug.hh \
debug_rtfl.hh \
identity.cc \
identity.hh \
misc.cc \
Expand Down

0 comments on commit aecd21e

Please sign in to comment.