chiark / gitweb /
*** empty log message ***
authorjames <james>
Wed, 27 Feb 2008 15:04:32 +0000 (15:04 +0000)
committerjames <james>
Wed, 27 Feb 2008 15:04:32 +0000 (15:04 +0000)
Makefile.am
configure.in
src/Makefile.am

index 33275cd14d01ea493dfa92ccb098f19a82af7d1a..3022ef0bc91cc7ab56c3ef851396bbd331947dab 100644 (file)
@@ -8,6 +8,9 @@
 # $Id$
 #
 # $Log$
+# Revision 1.4  2008/02/27 15:04:32  james
+# *** empty log message ***
+#
 # Revision 1.3  2008/02/27 10:47:34  james
 # *** empty log message ***
 #
 #
 SUBDIRS=src apps test 
 
+man1_MANS=sympathy.man
+
 bin_SCRIPTS = libsympathy-config
 
+clean-local:
+       -rm -f libsympathy-config version.sed
+
 libsympathy-config.src:libsympathy-config.src.in
 libsympathy-config:libsympathy-config.src version.sed
        @SED@ -f version.sed < libsympathy-config.src > libsympathy-config || rm -f libsympathy-config
index 1db47fe7171ba0c026ad4871fc03bca1250cf521..2cb5773a57d1e578568e9b8f44f1caab744eb5aa 100644 (file)
@@ -8,6 +8,9 @@ dnl
 dnl $Id$
 dnl
 dnl $Log$
+dnl Revision 1.3  2008/02/27 15:04:32  james
+dnl *** empty log message ***
+dnl
 dnl Revision 1.2  2008/02/13 18:05:06  james
 dnl *** empty log message ***
 dnl
@@ -131,5 +134,6 @@ AC_OUTPUT([Makefile
        src/sympathy.h.head
        test/Makefile 
        apps/Makefile
+       sympathy.man
        libsympathy-config.src],[chmod +x libsympathy-config.src])
 
index f0bb52c768871e0f8d4ff889491336fef2576e81..37e7217e26ccaf2bf0c9555a6972f7d96fc7a525 100644 (file)
@@ -8,6 +8,9 @@
 # $Id$
 #
 # $Log$
+# Revision 1.20  2008/02/27 15:04:32  james
+# *** empty log message ***
+#
 # Revision 1.19  2008/02/27 10:47:34  james
 # *** empty log message ***
 #
@@ -91,6 +94,9 @@ noinst_HEADERS= prototypes.h ${HDRS}
 
 EXTRA_DIST=sympathy.h.tail
 
+clean-local:
+       -rm -f sympathy.h version.h version-num
+
 libsympathy_a_SOURCES =  ${SYMPATHYSRCS}
 libsympathy_la_SOURCES = ${SYMPATHYSRCS}