firehol/Makefile.am
Philip Whineray 633f4653c7 Clean up packaging
Use configure.ac to maintain version number
Remove redundant NEWS (ChangeLog) and AUTHORS (THANKS) files
Move hooks to their own directory
Rename README to README.md to format nicely on github
Generate README for tar by removing git specifics from README.md
Automate tagging when -rc or final version set in configure.ac
Improve pre-commit checking
2015-11-27 23:56:11 +00:00

31 lines
533 B
Makefile

# Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = \
foreign \
dist-xz \
dist-bzip2 \
std-options
AM_DISTCHECK_CONFIGURE_FLAGS = \
--disable-maintainer-mode
SUBDIRS = sbin etc examples doc contrib html
DIST_SUBDIRS = $(SUBDIRS) m4
EXTRA_DIST = autogen.sh README
if MAINTAINER_MODE
all-local: README
README: README.md
sed -e '/^Upgrade Notes$$/p' -e '/^Git$$/,/^Upgrade Notes$$/d' $< > $@
endif
uninstall-local:
@-rmdir --ignore-fail-on-non-empty $(DESTDIR)$(docdir)