]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
* Add a DEFAULT state to InsetGraphicsParams::DisplayType.
[lyx.git] / lib / Makefile.am
index a92389139e9a3faa0d2dad2a72b22ebe7a182305..d5f58e7842675e9b1fc5bc8a290411acdc5d6cdb 100644 (file)
@@ -12,14 +12,14 @@ BIND = bind/*.bind
 CLIPART = clipart/*.eps
 DOCDIST = doc/LyXConfig.lyx*
 DOCINST = doc/*.lyx doc/*.eps doc/*.lyx.in
-EXAMPLES = examples/*.lyx
+EXAMPLES = examples/*.lyx examples/*.fen
 HELP = help/*.hlp
 IMAGES = images/*.xpm
 KBD = kbd/*.kmap kbd/*.cdef
 LAYOUT = layouts/*.layout layouts/*.inc 
 LYXSCRIPTS = configure configure.cmd scripts/*
 TEMPL = templates/*.lyx
-TEXSUPPORT = tex/*.cls
+TEXSUPPORT = tex/*.cls tex/*.sty
 UI = ui/*.ui
 
 configure: configure.m4
@@ -41,7 +41,7 @@ LYXLIBDIRS = bind clipart doc examples help images kbd layouts scripts \
 
 EXTRA_DIST = CREDITS chkconfig.ltx configure.cmd lyxrc.example \
        external_templates $(LYXLIBDIRS) build-listerrors \
-       encodings languages symbols
+       encodings languages symbols configure.m4
 
 libinstalldirs:
        for dir in $(LYXLIBDIRS) ; do \
@@ -73,7 +73,7 @@ uninstall-local:
 
 dist-hook:
        cd ${distdir} ; rm -rf `find . -name \*CVS\*` ; \
-       rm -rf doc/BUGS.lyx doc/.cvsignore; \
+       rm -rf doc/.cvsignore; \
        [ -f doc/UserGuide.lyx ] || { cvs -Q export -r HEAD -d doc lyxdoc || \
          echo "WARNING: Unable to get LyX Documentation from CVS!" ; true ; }