diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-09-27 16:05:57 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-21 21:50:44 -0400 |
commit | c275d500f99c45730a171f072499824d8bbac52f (patch) | |
tree | e1ddcaf036d23bf1fbf7be7b6c1897b6b780aa45 | |
parent | 945735806c440ca4127e54fe3fd34d53e192a138 (diff) |
Makefile.am: do not include autogen.sh in distribution #24183
This is a private build script that should not be distributed
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b479050..5e05b35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ xlsfonts_SOURCES = \ appman_PRE = \ xlsfonts.man -EXTRA_DIST = xlsfonts.sgml ChangeLog autogen.sh +EXTRA_DIST = xlsfonts.sgml ChangeLog MAINTAINERCLEANFILES=ChangeLog .PHONY: ChangeLog |