Salome HOME
Update copyright information
[modules/smesh.git] / doc / salome / tui / Makefile.am
index d5e3e13ee4b0409cbab2074819cf3c1d1f895260..c47dc52efc1465112f789ef2177450087fba4c51 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
-EXTRA_DIST += images static/doxygen.css static/footer.html
+EXTRA_DIST += input images static/doxygen.css static/footer.html
 
 tuidocdir = $(docdir)/tui/SMESH
 tuidoc_DATA = images/head.png images/smeshscreen.png
 
-dist_doc_DATA = \
-       extra/AddNetgenInSalome2.pdf    \
-       extra/AddNetgenInSalome2.ps     \
-       extra/AddNetgenInSalome2.sxw    \
-       extra/PluginMeshers.html
-
-EXTRA_DIST += extra/PluginMeshers.txt
-
 dev_docs: doxyfile
        echo "Running doxygen in directory: "`pwd`; \
        $(DOXYGEN) $<;