Get 'make dist' to work again.
authorJim Blandy <jimb@red-bean.com>
Thu, 24 Apr 1997 08:18:01 +0000 (08:18 +0000)
committerJim Blandy <jimb@red-bean.com>
Thu, 24 Apr 1997 08:18:01 +0000 (08:18 +0000)
* Makefile.am (EXTRA_DIST): Remove PLUGIN files.
* Makefile.in: Regenerated, like the secret sachets of seven
sultry sailors.

qt/Makefile.am
qt/Makefile.in

index 7b42694..0109ed4 100644 (file)
@@ -20,4 +20,4 @@ qtmdc.o: @qtmdc_c@ @qtmd_h@
        mv @qtmdc_o@ qtmdc.o
 
 EXTRA_DIST = CHANGES README.MISC README.PORT b.h meas.c stp.c stp.h \
-PLUGIN/OPT Makefile.base config
+Makefile.base config
index 381e1b4..bd2c00a 100644 (file)
@@ -80,7 +80,7 @@ libqt_a_SOURCES = qt.c copyright.h
 libqt_a_LIBADD = qtmds.o qtmdc.o
 
 EXTRA_DIST = CHANGES README.MISC README.PORT b.h meas.c stp.c stp.h \
-PLUGIN/OPT Makefile.base config
+Makefile.base config
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../libguile/scmconfig.h
 CONFIG_CLEAN_FILES =  qt.h
@@ -238,7 +238,6 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
 subdir = qt
 distdir: $(DISTFILES)
-       $(mkinstalldirs) $(distdir)/PLUGIN
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          test -f $(distdir)/$$file \