Skip to content

Commit

Permalink
flux.service: Fix EXTRA_DIST and .gitignore
Browse files Browse the repository at this point in the history
Add flux.service .gitignore, since it is generated from
flux.service.in at configure time.

Remove the EXTRA_DIST of flux.service. Since this is generated
at configure time from flux.service.in and flux.service.in
is already part of the dist by way of being declared in AC_CONFIG_FILES,
it does not appear that flux.service should be EXTRA_DIST.
  • Loading branch information
morrone committed Sep 25, 2017
1 parent f7883d9 commit 85a5c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions etc/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/flux
/flux.service

3 changes: 1 addition & 2 deletions etc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ pkgconfig_DATA = flux-core.pc flux-pmi.pc flux-optparse.pc
endif

EXTRA_DIST = \
gen-cmdhelp.pl \
flux.service
gen-cmdhelp.pl

0 comments on commit 85a5c57

Please sign in to comment.