aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a157141..fa15921 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
1# This file is part of GNU Dico 1# This file is part of GNU Dico
2# Copyright (C) 1998-2000, 2008-2010, 2012 Sergey Poznyakoff 2# Copyright (C) 1998-2000, 2008-2010, 2012, 2016 Sergey Poznyakoff
3# 3#
4# GNU Dico is free software; you can redistribute it and/or modify 4# GNU Dico is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
@@ -31,13 +31,13 @@ SUBDIRS=\
31 scripts\ 31 scripts\
32 imprimatur\ 32 imprimatur\
33 doc\ 33 doc\
34 po 34 po
35#FIXME: add these when ready: makedict client fonts 35#FIXME: add these when ready: makedict client fonts
36 36
37EXTRA_DIST = ChangeLog.2008 stub.ac modinc 37EXTRA_DIST = ChangeLog.2008 configure.boot bootstrap
38 38
39dist-hook: 39dist-hook:
40 tar -C $(srcdir) -c -f - --exclude-vcs app dicoweb | \ 40 tar -C $(srcdir) -c -f - --exclude-vcs app dicoweb | \
41 tar -C $(distdir) -x -f - 41 tar -C $(distdir) -x -f -
42 42
43# Start Git ChangeLog from this date. 43# Start Git ChangeLog from this date.

Return to:

Send suggestions and report system problems to the System administrator.