build: Add 'guix-publish.*.in' to the distribution.

This is a followup to 332d7903f5.

* nix/local.mk (EXTRA_DIST): Add 'guix-service.publish.in' and
'guix-publish.conf.in'.
master
Ludovic Courtès 2016-12-18 17:20:58 +01:00
parent 9ea36197be
commit fa54f44bb7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 2 deletions

View File

@ -209,8 +209,10 @@ EXTRA_DIST += \
%D%/libstore/schema.sql \
%D%/AUTHORS \
%D%/COPYING \
etc/guix-daemon.service.in \
etc/guix-daemon.conf.in
etc/guix-daemon.service.in \
etc/guix-daemon.conf.in \
etc/guix-publish.service.in \
etc/guix-publish.conf.in
if CAN_RUN_TESTS