doc/output.tex: Add a missing member reference in vtable initializer.
[sod] / Makefile.am
index 84f652c..3f03a38 100644 (file)
@@ -28,17 +28,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
 
 ## The SOD translator.
@@ -54,19 +43,6 @@ SUBDIRS                      += doc
 SUBDIRS                        += test
 
 ###--------------------------------------------------------------------------
-### Additional random things useful during development.
-
-## ASDF hacking for finding the system definitions.
-EXTRA_DIST             += asdf-hack.lisp.in
-noinst_DATA            += asdf-hack.lisp
-asdf-hack.lisp: asdf-hack.lisp.in Makefile
-       $(SUBST) $(srcdir)/asdf-hack.lisp.in >$@.new $(SUBSTITUTIONS) && \
-               mv $@.new $@
-
-## Emacs hacking for indentation.
-EXTRA_DIST             += emacs-hacks.el
-
-###--------------------------------------------------------------------------
 ### Distribution.
 
 ## Release number.