chiark / gitweb /
src/method-proto.lisp: Reflow a docstring paragraph.
[sod] / Makefile.am
index f2000ea43717cc6a7b4f8ba51577e998d6e5d230..3f03a38ce43f363291cb5987423789b8786c9dac 100644 (file)
@@ -27,17 +27,6 @@ include      $(top_srcdir)/vars.am
 
 SUBDIRS                         =
 
-###--------------------------------------------------------------------------
-### Package-configuration file.
-
-pkgconfigdir            = $(libdir)/pkgconfig
-pkgconfig_DATA          = sod.pc
-CLEANFILES             += sod.pc
-EXTRA_DIST             += sod.pc.in
-
-sod.pc: sod.pc.in Makefile
-       $(SUBST) $(srcdir)/sod.pc.in >$@.new $(SUBSTITUTIONS) && mv $@.new $@
-
 ###--------------------------------------------------------------------------
 ### Subdirectories to build
 
@@ -60,6 +49,9 @@ SUBDIRS                       += test
 dist-hook:
        echo $(VERSION) >$(distdir)/RELEASE
 
+## The `STYLE' document.
+EXTRA_DIST             += STYLE
+
 ## Additional build tools.
 EXTRA_DIST             += config/auto-version
 EXTRA_DIST             += config/confsubst