chiark / gitweb /
doc/check-docs (scansyms): Stop trying to parse at `Leaked slot names'.
[sod] / Makefile.am
index c4fdc0590645986b4fc931cfa30cd55c9b111897..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
 
@@ -53,12 +42,6 @@ SUBDIRS                      += doc
 ## The tests and examples.
 SUBDIRS                        += test
 
-###--------------------------------------------------------------------------
-### Additional random things useful during development.
-
-## Emacs hacking for indentation.
-EXTRA_DIST             += emacs-hacks.el
-
 ###--------------------------------------------------------------------------
 ### Distribution.
 
@@ -66,6 +49,9 @@ EXTRA_DIST            += emacs-hacks.el
 dist-hook:
        echo $(VERSION) >$(distdir)/RELEASE
 
+## The `STYLE' document.
+EXTRA_DIST             += STYLE
+
 ## Additional build tools.
 EXTRA_DIST             += config/auto-version
 EXTRA_DIST             += config/confsubst