OSDN Git Service

Added AM_PROG_AR
[ccunit/ccunit.git] / Makefile.am
index 9caf7c1..94e993b 100644 (file)
@@ -26,12 +26,14 @@ DIST_SUBDIRS= $(SUBDIRS) doc
 AM_CFLAGS=-I$(top_srcdir)/src -Wall -Werror
 AM_LDFLAGS=-L$(top_srcdir)/src/ccunit
 CLEANFILES=*~ .*~ ./\#*\# *.log configure.scan *.tar.gz *.tar.bz2 *.zip \
-       config/*~ config/.*~
+       config/*~ config/.*~ _configs.sed
 
-EXTRA_DIST = BUGS ChangeLog ChangeLog.0 \
+EXTRA_DIST = BUGS ChangeLog ChangeLog.1 ChangeLog.0 \
        config/arg_with_doxygen.m4 \
+       config/arg_enable_coverage.m4 \
        config/ac_create_prefix_config_h.m4 \
-       config/arg_enable_coverage.m4
+       config/ax_prefix_config_h.m4 \
+       configure bootstrap
 
 docs:
        cd doc; $(MAKE)
@@ -68,9 +70,9 @@ uploadhp: docs
        set -x
        tar czf /tmp/html.tar.gz -C doc/html .
        tar czf /tmp/jahtml.tar.gz -C doc/ja/html .
-       scp /tmp/html.tar.gz tsutsumi@shell.sourceforge.jp:html.tar.gz
-       scp /tmp/jahtml.tar.gz tsutsumi@shell.sourceforge.jp:jahtml.tar.gz
-       ssh tsutsumi@shell.sourceforge.jp \
+       scp /tmp/html.tar.gz tsntsumi@shell.sourceforge.jp:html.tar.gz
+       scp /tmp/jahtml.tar.gz tsntsumi@shell.sourceforge.jp:jahtml.tar.gz
+       ssh tsntsumi@shell.sourceforge.jp \
         'rm -fr /home/groups/c/cc/ccunit/htdocs/*;\
          tar xzf html.tar.gz -C /home/groups/c/cc/ccunit/htdocs;\
          mkdir -p /home/groups/c/cc/ccunit/htdocs/ja;\