diff --git a/ChangeLog b/ChangeLog index 7daaa88c3a..c7284e77d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-07 Angus Leeming + + * Makefile.am: remove references to the now-dead forms directory. + 2002-03-05 Angus Leeming * configure.in: compile the xforms image loader if your version of the diff --git a/Makefile.am b/Makefile.am index 330ec6ca64..c9d718c50d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ SUBDIRS = intl po sigc++ boost src lib EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \ UPGRADING lyx.man acconfig.h autogen.sh \ - config development forms images sourcedoc + config development images sourcedoc #ETAGS_ARGS = --language-force=c++ man_MANS = lyx.1 @@ -26,7 +26,6 @@ lyx.1: dist-hook: cd $(distdir) ; rm -rf `find config -name \*CVS\*` ; \ rm -rf `find development -name \*CVS\*` ; \ - rm -rf `find forms -name \*CVS\*` ; \ rm -rf `find images -name \*CVS\*` rpmdist: dist