diff options
author | Thomas Habets <thomas@habets.pp.se> | 2009-09-30 13:22:09 +0200 |
---|---|---|
committer | Thomas Habets <thomas@habets.pp.se> | 2009-09-30 13:22:09 +0200 |
commit | cd95302a247896afde1d538dfabcfd06b261d56a (patch) | |
tree | 38e393e99b67a90325bc69ca373b202589c3e5a9 /doc | |
parent | 0544518573e291f97c2d6a198ed342b28d2fe9f0 (diff) | |
download | arping-cd95302a247896afde1d538dfabcfd06b261d56a.tar.gz |
More fixing with the build system
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 3 | ||||
-rw-r--r-- | doc/Makefile.in | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 786d1c8..725ba02 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,7 @@ # arping/doc/Makefile.am # -AUTOMAKE_OPTIONS = foreign +include $(top_srcdir)/Makefile.am.common + man_MANS = arping.8 arping.8: yodl2man -o arping.8 arping.yodl diff --git a/doc/Makefile.in b/doc/Makefile.in index 40c6957..3340a05 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -32,8 +32,9 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ target_triplet = @target@ +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/Makefile.am.common subdir = doc -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -145,15 +146,16 @@ target_os = @target_os@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +AUTOMAKE_OPTIONS = foreign +DISTCLEANFILES = *~ # arping/doc/Makefile.am # -AUTOMAKE_OPTIONS = foreign man_MANS = arping.8 all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -287,6 +289,7 @@ clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" |