]> git.lyx.org Git - lyx.git/commitdiff
remove references to the now-dead forms directory.
authorAngus Leeming <leeming@lyx.org>
Thu, 7 Mar 2002 15:43:33 +0000 (15:43 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 7 Mar 2002 15:43:33 +0000 (15:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3691 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
Makefile.am

index 7daaa88c3a6e01503f54bd59fefa88266bb87996..c7284e77d78e4df098165d7d211949a66c6dbd5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Makefile.am: remove references to the now-dead forms directory.
+
 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * configure.in: compile the xforms image loader if your version of the
index 330ec6ca64fa613dca18f5a4e1be2100e34e1aac..c9d718c50db2c3080a476425377f5ac4b40ca3f3 100644 (file)
@@ -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