=================================================================== RCS file: /cvs/pta/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- pta/Makefile 2020/09/27 14:35:34 1.1 +++ pta/Makefile 2020/09/27 15:34:53 1.2 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2020/09/27 14:35:34 schwarze Exp $ +# $Id: Makefile,v 1.2 2020/09/27 15:34:53 schwarze Exp $ # Ingo Schwarze 2020. Public domain. all: @@ -20,6 +20,7 @@ install: install -o root -g bin -m 0444 pta-journal.5 $(DESTDIR)/man/man5/ install -o root -g bin -m 0444 pta-glossary.7 $(DESTDIR)/man/man7/ install -o root -g wheel -m 0444 accounts.example.de \ + accounts.example.en journal.example.en \ $(DESTDIR)/share/examples/pta/ .PHONY: all install