Skip to content

Commit

Permalink
Move inputs under examples both in source code and installed director…
Browse files Browse the repository at this point in the history
…y layout
  • Loading branch information
dottedmag committed Aug 9, 2011
1 parent 020e30b commit 74b2b2d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AUTOMAKE_OPTIONS = foreign

SUBDIRS = pub $(NOVA_SUBDIR) $(CONSTELLATION_SUBDIR) src docs examples inputs masterfiles
SUBDIRS = pub $(NOVA_SUBDIR) $(CONSTELLATION_SUBDIR) src docs examples masterfiles

DIST_SUBDIRS = pub src docs examples inputs masterfiles
DIST_SUBDIRS = pub src docs examples masterfiles

# Set explicitly to avoid picking up {nova,constellation,galaxy}/*.m4

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ dnl ######################################################################
dnl Now make the Makefiles
dnl ######################################################################

AC_CONFIG_FILES([Makefile pub/Makefile src/Makefile src/cf3lex.l docs/Makefile examples/Makefile inputs/Makefile masterfiles/Makefile])
AC_CONFIG_FILES([Makefile pub/Makefile src/Makefile src/cf3lex.l docs/Makefile examples/Makefile examples/example_config/Makefile masterfiles/Makefile])

m4_indir(incstart[]incend, [nova/output.m4])
m4_indir(incstart[]incend, [constellation/output.m4])
Expand Down
3 changes: 3 additions & 0 deletions examples/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
SUBDIRS = example_config
DIST_SUBDIRS = example_config

examplesdir = @docdir@/examples
dist_examples_DATA = $(srcdir)/*.cf

Expand Down
6 changes: 2 additions & 4 deletions inputs/Makefile.am → examples/example_config/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

inputsdir = @docdir@/inputs
inputs_DATA = failsafe.cf cfengine_stdlib.cf promises.cf site.cf update.cf
EXTRA_DIST = *.cf
exampleconfigdir = @docdir@/example_config
dist_exampleconfig_DATA = $(srcdir)/failsafe.cf $(srcdir)/cfengine_stdlib.cf $(srcdir)/promises.cf $(srcdir)/site.cf $(srcdir)/update.cf

#
# Some basic clean ups
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 74b2b2d

Please sign in to comment.