mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
remove references to the now-dead forms directory.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3691 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fc4790823b
commit
332ed25f55
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user