mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
fix and cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8800 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
12d8e9b6eb
commit
f277063f66
@ -1,3 +1,8 @@
|
||||
2004-06-02 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): fix and cleanup, make sure
|
||||
chkconfig.ltx is mentioned
|
||||
|
||||
2004-06-01 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* Makefile.am: include common.am, add subdir doc, remove doc
|
||||
|
@ -4,10 +4,24 @@ DISTCLEANFILES += textclass.lst packages.lst lyxrc.defaults
|
||||
|
||||
SUBDIRS = doc reLyX
|
||||
|
||||
EXTRA_DIST = CREDITS chkconfig.ltx configure.cmd lyxrc.example \
|
||||
external_templates bind clipart examples images \
|
||||
kbd layouts lyx2lyx scripts templates tex ui encodings \
|
||||
languages symbols configure configure.m4
|
||||
EXTRA_DIST = \
|
||||
configure.m4 \
|
||||
chkconfig.ltx \
|
||||
$(pkgdata_DATA) \
|
||||
$(pkgdata_SCRIPTS) \
|
||||
$(bind_DATA) \
|
||||
$(clipart_DATA) \
|
||||
$(examples_DATA) \
|
||||
$(images_DATA) \
|
||||
$(imagesmath_DATA) \
|
||||
$(kbd_DATA) \
|
||||
$(layouts_DATA) \
|
||||
$(lyx2lyx_DATA) \
|
||||
$(lyx2lyx_SCRIPTS) \
|
||||
$(scripts_SCRIPTS) \
|
||||
$(templates_DATA) \
|
||||
$(tex_DATA) \
|
||||
$(ui_DATA)
|
||||
|
||||
CHMOD = chmod
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user